Skip to content

Commit

Permalink
Re-enable library evolution, but disable module interface typecheck v…
Browse files Browse the repository at this point in the history
…erification.
  • Loading branch information
TadeasKriz committed Oct 31, 2023
1 parent c711ddc commit 96b26c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ class CompileSwiftPhase(
+cacheableKotlinFramework.parentDir.absolutePath
+"-F"
+skieBuildDirectory.swiftCompiler.fakeObjCFrameworks.directory.absolutePath
+"-enable-library-evolution"
+"-no-verify-emitted-module-interface"
+"-emit-module"
+"-emit-module-path"
+swiftFrameworkHeader.swiftModule
Expand Down
2 changes: 1 addition & 1 deletion dev-support/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("dev.root")
kotlin("multiplatform") version "1.9.20-RC2" apply false
kotlin("multiplatform") version "1.9.20" apply false
}

buildscript {
Expand Down

0 comments on commit 96b26c6

Please sign in to comment.