Skip to content

Commit

Permalink
Update to Kotlin 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Aug 23, 2024
1 parent d514420 commit 4e98097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/MultiplatformExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20-RC")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")
classpath("com.android.tools.build:gradle:7.3.1")
classpath("org.jetbrains.kotlin:kotlin-serialization:2.0.0")
}
Expand Down
2 changes: 1 addition & 1 deletion example/MultiplatformExample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
kotlin("multiplatform")
kotlin("native.cocoapods")
id("com.android.library")
id("com.google.devtools.ksp") version "2.0.20-RC-1.0.24"
id("com.google.devtools.ksp") version "2.0.20-1.0.24"
id("kotlinx-serialization")
id("de.jensklingenberg.ktorfit") version "2.0.1"
}
Expand Down

0 comments on commit 4e98097

Please sign in to comment.