8 lines
110 B
Kotlin
8 lines
110 B
Kotlin
plugins {
|
|
id("com.escodro.android-library")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.androidx.corektx)
|
|
}
|