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

20 lines
No EOL
400 B
Groovy

plugins {
id "com.android.library"
id "kotlin-android"
}
dependencies {
implementation project(':domain')
implementation project(':core-utils')
implementation libs.gson
implementation libs.coroutinesAndroid
implementation libs.timber
testImplementation libs.junit
testImplementation libs.kotlinTest
}
android {
namespace 'com.anytypeio.anytype.emojifier'
}