Skip to content

Commit

Permalink
Drop Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 2, 2021
1 parent 2b28920 commit 0997b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

GROUP=co.touchlab
VERSION_NAME=1.0.0-b2
VERSION_NAME=1.0.0-b3

kotlin.native.ignoreDisabledTargets=true

Expand Down
2 changes: 1 addition & 1 deletion sqliter-driver/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.4.31"
kotlin("multiplatform") version "1.4.21"
}

val GROUP: String by project
Expand Down

0 comments on commit 0997b8c

Please sign in to comment.