File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ kotlin {
14
14
15
15
sourceSets {
16
16
all {
17
- languageSettings.useExperimentalAnnotation (" kotlin.ExperimentalMultiplatform" )
17
+ languageSettings.optIn (" kotlin.ExperimentalMultiplatform" )
18
18
}
19
19
20
20
commonTest {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ group=com.github.h0tk3y.betterParse
2
2
3
3
kotlin.code.style =official
4
4
5
- kotlin.mpp.enableGranularSourceSetsMetadata =true
6
5
kotlin.mpp.enableCompatibilityMetadataVariant =true
7
6
kotlin.mpp.stability.nowarn =true
8
7
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ package com.github.h0tk3y.betterParse.build
3
3
import org.gradle.api.plugins.ExtraPropertiesExtension
4
4
import kotlin.reflect.full.memberProperties
5
5
6
- val kotlinVersion = KotlinPlugin .V1531
6
+ val kotlinVersion = KotlinPlugin .V1620
7
7
8
8
enum class KotlinPlugin {
9
- V1531
9
+ V1620
10
10
}
11
11
12
12
val versions = when (kotlinVersion) {
13
- KotlinPlugin .V1531 -> Versions (
14
- version = " 0.4.3 " ,
15
- kotlinVersion = " 1.5.31 " ,
16
- serializationVersion = " 1.3.0 " ,
17
- benchmarkVersion = " 0.3.1 "
13
+ KotlinPlugin .V1620 -> Versions (
14
+ version = " 0.4.4 " ,
15
+ kotlinVersion = " 1.6.20 " ,
16
+ serializationVersion = " 1.3.2 " ,
17
+ benchmarkVersion = " 0.4.2 "
18
18
)
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments