mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-503 App | Tech | Upgrade to Kotlin 2.0 (#1328)
This commit is contained in:
parent
c27a21282b
commit
b52709684d
10 changed files with 34 additions and 46 deletions
|
@ -2,6 +2,7 @@ plugins {
|
|||
id "com.android.application"
|
||||
id "kotlin-android"
|
||||
id "kotlin-kapt"
|
||||
alias(libs.plugins.compose.compiler)
|
||||
id 'com.google.gms.google-services'
|
||||
}
|
||||
|
||||
|
@ -34,9 +35,6 @@ android {
|
|||
compose true
|
||||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion libs.versions.composeKotlinCompilerVersion.get()
|
||||
}
|
||||
namespace 'com.anytypeio.anytype.sample'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue