Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim.zhemerenko committed May 15, 2024
1 parent 8d006b8 commit 7764e6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
val kotlinVersion = "1.9.23"
val kotlinVersion = "1.9.24"
classpath(kotlin("gradle-plugin", version = kotlinVersion))
classpath(kotlin("serialization", version = kotlinVersion))

Expand All @@ -20,10 +20,10 @@ allprojects {
}

extra.apply {
set("kotlinxCoroutinesCoreVersion", "1.8.0")
set("kotlinxCoroutinesCoreVersion", "1.8.1")
set("kotlinxSerializationJsonVersion", "1.6.3")
set("kotlinxAtomicfuVersion", "0.23.2")
set("androidxAppcompatVersion", "1.6.1")
set("mavenGroup", "com.github.SpryRocks.ionic-plugin-core")
set("mavenVersion", "0.1.17-alpha.0")
set("mavenVersion", "0.1.18-alpha.0")
}

0 comments on commit 7764e6b

Please sign in to comment.