File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 */
1616
1717plugins {
18- id(" com.vanniktech.maven.publish" ) version " 0.36.0 " apply false
18+ id(" com.vanniktech.maven.publish" ) version libs.versions.gradleMavenPublishPlugin.get() apply false
1919}
2020
2121buildscript {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2020plugins {
2121 id(" com.android.application" )
2222 id(" com.google.android.libraries.mapsplatform.secrets-gradle-plugin" )
23- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.2.21 "
23+ id(" org.jetbrains.kotlin.plugin.serialization" ) version libs.versions.kotlin.get()
2424 alias(libs.plugins.compose.compiler)
2525}
2626
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2020plugins {
2121 id(" com.android.library" )
2222
23- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.2.21 "
23+ id(" org.jetbrains.kotlin.plugin.serialization" ) version libs.versions.kotlin.get()
2424 id(" org.jetbrains.dokka" )
2525 id(" android.maps.utils.PublishingConventionPlugin" )
2626}
You can’t perform that action at this time.
0 commit comments