mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-07 21:37:02 +09:00
13 lines
No EOL
210 B
Groovy
13 lines
No EOL
210 B
Groovy
plugins {
|
|
id "com.android.library"
|
|
id "kotlin-android"
|
|
id "com.google.devtools.ksp"
|
|
}
|
|
|
|
dependencies {
|
|
implementation libs.kotlin
|
|
}
|
|
|
|
android {
|
|
namespace 'com.anytypeio.anytype.localization'
|
|
} |