Fixed importing kotlinx-serialization plugin
This commit is contained in:
parent
1ec1299020
commit
1a64f24457
|
@ -9,6 +9,8 @@ plugins {
|
|||
alias(libs.plugins.androidApplication)
|
||||
alias(libs.plugins.jetbrainsCompose)
|
||||
alias(libs.plugins.compose.compiler)
|
||||
|
||||
alias(libs.plugins.kotlinxSerialization)
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|||
|
||||
[plugins]
|
||||
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
||||
kotlinxSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
|
||||
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
||||
|
|
Loading…
Reference in New Issue