Skip to content

Update docs (#92)

Update docs (#92) #7

Workflow file for this run

name: MultiplatformCI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
compileKotlin:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
- name: Compile framework
run: ./gradlew compileDebugKotlin compileDebugKotlinAndroid compileKotlinDesktop compileKotlinIosArm64 compileKotlinIosSimulatorArm64 compileKotlinJs compileKotlinWasmJs