Skip to content

Commit fa8820e

Browse files
Copilotyujincheng08
andcommitted
Fix CI: use alias(libs.plugins.kotlin.compose) to resolve compose plugin version
Co-authored-by: yujincheng08 <5022927+yujincheng08@users.noreply.github.com>
1 parent 461efd8 commit fa8820e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/apk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("com.android.application")
33
kotlin("plugin.parcelize")
4-
kotlin("plugin.compose")
4+
alias(libs.plugins.kotlin.compose)
55
id("com.android.legacy-kapt")
66
id("androidx.navigation.safeargs.kotlin")
77
}

app/gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ miuix-icons = { module = "top.yukonga.miuix.kmp:miuix-icons-android", version.re
8080
compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
8181

8282
[plugins]
83+
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 commit comments

Comments
 (0)