Skip to content

Commit

Permalink
[release] 1.0.10
Browse files Browse the repository at this point in the history
- Migration to Kotlin 2.0.10
  • Loading branch information
GrzegorzBobryk committed Aug 14, 2024
1 parent 469a1fa commit d78a2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
.externalNativeBuild
.cxx
local.properties
/.kotlin
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Libs {
}

object Kotlin {
private const val version = "1.9.25"
private const val version = "2.0.10"

const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"
const val gradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$version"
Expand Down

0 comments on commit d78a2ac

Please sign in to comment.