Skip to content

Commit

Permalink
refactor: Added kotlin multiplatform plugin to libs.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Maas committed Oct 15, 2024
1 parent 31ecaac commit 910bf53
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ androidx-material = "1.12.0"
androidx-test-junit = "1.1.5"
compose-plugin = "1.6.10"
junit = "4.13.2"
kotlin = "2.0.20"
kotlin = "2.0.10"
kotlinxSerializationCore = "1.7.3"
kotlinxSerializationJson = "1.7.3"
springboot = "3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion modules/local-kms/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig
import kotlin.apply

plugins {
kotlin("multiplatform") version "2.0.20"
alias(libs.plugins.kotlinMultiplatform)
id("app.cash.sqldelight") version "2.0.2"
}

Expand Down
2 changes: 1 addition & 1 deletion modules/openapi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompileCommon
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile

plugins {
kotlin("multiplatform") version "2.0.20"
alias(libs.plugins.kotlinMultiplatform)
kotlin("plugin.serialization") version "2.0.20"
id("org.openapi.generator") version "7.7.0"
id("maven-publish")
Expand Down
2 changes: 1 addition & 1 deletion modules/persistence/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "2.0.20"
alias(libs.plugins.kotlinMultiplatform)
id("app.cash.sqldelight") version "2.0.2"
}

Expand Down
2 changes: 1 addition & 1 deletion modules/services/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "2.0.20"
alias(libs.plugins.kotlinMultiplatform)
kotlin("plugin.serialization") version "2.0.20"
}

Expand Down

0 comments on commit 910bf53

Please sign in to comment.