Skip to content

Commit

Permalink
Update examples to 1.9.21-1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Nov 27, 2023
1 parent 098eae6 commit c619963
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/multiplatform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
kotlin("multiplatform") apply false
}

subprojects {
allprojects {
repositories {
mavenCentral()
}
Expand Down
4 changes: 2 additions & 2 deletions examples/multiplatform/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.jvmargs=-Xmx2048M
kotlinVersion=1.9.0
kspVersion=1.9.0-1.0.12
kotlinVersion=1.9.21
kspVersion=1.9.21-1.0.15
2 changes: 1 addition & 1 deletion examples/playground/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
kotlin("jvm")
}

subprojects {
allprojects {
repositories {
mavenCentral()
}
Expand Down
4 changes: 2 additions & 2 deletions examples/playground/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlinVersion=1.9.0
kspVersion=1.9.0-1.0.12
kotlinVersion=1.9.21
kspVersion=1.9.21-1.0.15

0 comments on commit c619963

Please sign in to comment.