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 @@ -4,7 +4,7 @@ plugins {
4
4
id(" org.jetbrains.kotlin.android" )
5
5
id(" maven-publish" )
6
6
id(" org.jlleitschuh.gradle.ktlint" )
7
- kotlin(" plugin.serialization" ) version " 1.8 .10"
7
+ kotlin(" plugin.serialization" ) version " 1.9 .10"
8
8
}
9
9
10
10
val releaseVersion = System .getenv(" OF_KOTLIN_RELEASE_VERSION" ) ? : " 0.0.1-SNAPSHOT"
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
3
id(" com.android.library" ).version(" 7.4.2" ).apply (false )
4
- id(" org.jetbrains.kotlin.android" ).version(" 1.8.0 " ).apply (false )
4
+ id(" org.jetbrains.kotlin.android" ).version(" 1.9.10 " ).apply (false )
5
5
id(" org.jlleitschuh.gradle.ktlint" ).version(" 11.5.1" ).apply (true )
6
6
}
You can’t perform that action at this time.
0 commit comments