Skip to content

Update kotlin.yml

Update kotlin.yml #3

Workflow file for this run

name: Kotlin
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- uses: actions/checkout@v4.1.2
- run: kotlinc -version
- run: kotlinc codes/kotlin/**/*.kt -include-runtime -d codes/kotlin/build/*.jar