Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 71c11d5

Browse files
committed
move back to 1.4.21 kotlin version moko-mvvm support problem
1 parent 006eb10 commit 71c11d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.io.ByteArrayOutputStream
66

77
plugins {
8-
id("org.jetbrains.kotlin.jvm") version "1.4.30-M1"
8+
id("org.jetbrains.kotlin.jvm") version "1.4.21"
99
id("com.github.kukuhyoniatmoko.buildconfigkotlin") version "1.0.5"
1010
}
1111

@@ -19,7 +19,7 @@ repositories {
1919
dependencies {
2020
api(gradleApi())
2121
api("dev.icerock:mobile-multiplatform:0.9.0")
22-
api("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30-M1")
22+
api("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21")
2323
api("com.android.tools.build:gradle:4.1.1")
2424
}
2525

buildSrc/src/main/kotlin/Deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
object Deps {
6-
private const val kotlinVersion = "1.4.30-M1"
6+
private const val kotlinVersion = "1.4.21"
77
private const val autoServiceVersion = "1.0-rc6"
88

99
private const val androidAppCompatVersion = "1.1.0"

0 commit comments

Comments
 (0)