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
198 B
Groovy

plugins {
id "com.android.library"
id "kotlin-android"
id "kotlin-kapt"
}
dependencies {
implementation libs.kotlin
}
android {
namespace 'com.anytypeio.anytype.localization'
}