File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 - name : " Build Kotlin Multiplatform bindings"
4141 run : |
42- /usr/local/bin/task kotlin-multiplatform
42+ /usr/local/bin/task build:android
4343
4444 - name : " Build Android library"
4545 working-directory : libs/gl-sdk-android
Original file line number Diff line number Diff line change 7272 cmds :
7373 - cargo clean
7474 - rm -rf .venv
75-
76- kotlin-multiplatform :
77- cmds :
78- - echo DUMMY BUILD
Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ kotlin {
2020 jvm()
2121
2222 val xcf = XCFramework ()
23+ /*
2324 listOf(
24- iosArm64(),
25- iosSimulatorArm64()
25+ // iosArm64(),
26+ // iosSimulatorArm64()
2627 ).forEach {
2728
2829 it.binaries.framework {
@@ -44,7 +45,7 @@ kotlin {
4445 }
4546 }
4647 }
47-
48+ */
4849 compilerOptions.freeCompilerArgs.add(" -Xexpect-actual-classes" )
4950
5051 sourceSets {
You can’t perform that action at this time.
0 commit comments