mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore(deps): Kotlin 2.0
This commit is contained in:
parent
55813429b3
commit
b29d51e30e
9 changed files with 40 additions and 33 deletions
|
@ -1,6 +1,7 @@
|
|||
plugins {
|
||||
id("com.android.library")
|
||||
id("org.jetbrains.kotlin.android")
|
||||
alias(kotlinx.plugins.compose.compiler)
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -14,10 +15,6 @@ android {
|
|||
buildFeatures {
|
||||
compose = true
|
||||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = compose.versions.compose.compiler.get()
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue