Skip to content

Commit 0997b8c

Browse files
committed
Drop Kotlin version
1 parent 2b28920 commit 0997b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
GROUP=co.touchlab
4-
VERSION_NAME=1.0.0-b2
4+
VERSION_NAME=1.0.0-b3
55

66
kotlin.native.ignoreDisabledTargets=true
77

sqliter-driver/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("multiplatform") version "1.4.31"
2+
kotlin("multiplatform") version "1.4.21"
33
}
44

55
val GROUP: String by project

0 commit comments

Comments
 (0)