Skip to content

Commit 61c16d1

Browse files
committed
Kotlin 1.9.20
1 parent d43fd29 commit 61c16d1

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ allprojects {
33
mavenLocal()
44
mavenCentral()
55
google()
6-
jcenter()
76
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
87
}
98
}

gradle.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin.code.style=official
33
GROUP=co.touchlab
44

55
VERSION_NAME=1.2.3
6-
KOTLIN_VERSION=1.9.20-RC2
6+
KOTLIN_VERSION=1.9.20
77

88
kotlin.native.ignoreDisabledTargets=true
99

@@ -27,5 +27,3 @@ POM_DEVELOPER_URL=https://touchlab.co/
2727
kotlin.mpp.enableCInteropCommonization=true
2828
kotlin.mpp.commonizerLogLevel=info
2929
kotlin.mpp.applyDefaultHierarchyTemplate=false
30-
kotlin.native.cacheKind.macosArm64=none
31-
kotlin.native.cacheKind.iosSimulatorArm64=none

sqliter-driver/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ kotlin {
108108
}
109109
}
110110

111-
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
111+
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinNativeCompile> {
112112
kotlinOptions.freeCompilerArgs += "-Xexpect-actual-classes"
113113
}
114114

0 commit comments

Comments
 (0)