File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 id(" maven-publish" )
66 id(" signing" )
77 id(" org.jlleitschuh.gradle.ktlint" )
8- kotlin(" plugin.serialization" ) version " 1.8.10 "
8+ kotlin(" plugin.serialization" ) version " 1.9.23 "
99}
1010
1111val releaseVersion = project.extra[" version" ].toString()
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
33 id(" com.android.library" ).version(" 7.4.2" ).apply (false )
4- id(" org.jetbrains.kotlin.android" ).version(" 1.8.10 " ).apply (false )
4+ id(" org.jetbrains.kotlin.android" ).version(" 1.9.23 " ).apply (false )
55 id(" org.jlleitschuh.gradle.ktlint" ).version(" 11.6.1" ).apply (true )
66 id(" io.github.gradle-nexus.publish-plugin" ).version(" 1.3.0" ).apply (true )
77}
You can’t perform that action at this time.
0 commit comments