[Gradle] Fix testMultiModulesHmppKt48370 missing cinterop opt-in
^KT-60901 Verification Pending
This commit is contained in:
committed by
Space Team
parent
65bc494a1a
commit
be867d0f25
+4
@@ -5,6 +5,10 @@ apply plugin: 'kotlin-multiplatform'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
kotlin {
|
||||
compilerOptions {
|
||||
optIn.add("kotlinx.cinterop.ExperimentalForeignApi")
|
||||
}
|
||||
|
||||
js() {
|
||||
browser()
|
||||
nodejs()
|
||||
|
||||
Reference in New Issue
Block a user