1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-07 21:37:02 +09:00
anytype-kotlin/localization/build.gradle

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'
}