[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'
|
apply plugin: 'maven-publish'
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
compilerOptions {
|
||||||
|
optIn.add("kotlinx.cinterop.ExperimentalForeignApi")
|
||||||
|
}
|
||||||
|
|
||||||
js() {
|
js() {
|
||||||
browser()
|
browser()
|
||||||
nodejs()
|
nodejs()
|
||||||
|
|||||||
Reference in New Issue
Block a user