File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
multiplatformSettings = " 1.4.0-SNAPSHOT"
3
3
4
- kotlin = " 2.1.0 "
4
+ kotlin = " 2.1.20 "
5
5
# noinspection GradleDependency
6
- conventionKotlin = " 2.0.21 " # Convention plugins sometimes need older Kotlin for compatibility with kotlin-dsl plugin
6
+ conventionKotlin = " 2.1.20 " # Convention plugins sometimes need older Kotlin for compatibility with kotlin-dsl plugin
7
7
8
8
android-gradle = " 8.7.2"
9
9
android-minSdk = " 21"
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
plugins {
18
- kotlin(" multiplatform" ) version " 2.1.0 " apply false
19
- kotlin(" android" ) version " 2.1.0 " apply false
20
- kotlin(" plugin.compose" ) version " 2.1.0 "
18
+ kotlin(" multiplatform" ) version " 2.1.20 " apply false
19
+ kotlin(" android" ) version " 2.1.20 " apply false
20
+ kotlin(" plugin.compose" ) version " 2.1.20 "
21
21
id(" com.android.library" ) version " 8.7.2" apply false
22
22
id(" com.android.application" ) version " 8.7.2" apply false
23
23
}
24
24
25
25
allprojects {
26
- ext[" library_version" ] = " 1.3.0 "
26
+ ext[" library_version" ] = " 1.4.0-SNAPSHOT "
27
27
28
28
repositories {
29
29
mavenLocal()
You can’t perform that action at this time.
0 commit comments