File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ kotlin {
21
21
target(" mingwX64" )
22
22
}
23
23
24
- js {
24
+ js( IR ) {
25
25
moduleName = " ${rootProject.name} -${project.name} "
26
26
nodejs {
27
27
}
@@ -76,8 +76,7 @@ kotlin {
76
76
kotlin.setSrcDirs(listOf (" $name /src" ))
77
77
resources.setSrcDirs(listOf (" $name /resources" ))
78
78
languageSettings.apply {
79
- useExperimentalAnnotation(" kotlin.Experimental" )
80
- useExperimentalAnnotation(" kotlinx.cli.ExperimentalCli" )
79
+ optIn(" kotlinx.cli.ExperimentalCli" )
81
80
}
82
81
}
83
82
}
Original file line number Diff line number Diff line change @@ -4,13 +4,6 @@ versionSuffix=SNAPSHOT
4
4
kotlin.code.style =official
5
5
6
6
infraVersion = 0.3.0-dev-64
7
- kotlinVersion = 1.6.0
7
+ kotlinVersion = 1.9.10
8
8
9
9
kotlin.incremental.multiplatform =true
10
-
11
- kotlin.js.compiler =both
12
-
13
- # HMPP Flags. Remove after upgrade to 1.7.0
14
- kotlin.mpp.enableGranularSourceSetsMetadata =true
15
- kotlin.native.enableDependencyPropagation =false
16
- kotlin.mpp.enableCompatibilityMetadataVariant =true
You can’t perform that action at this time.
0 commit comments