9 lines
109 B
Kotlin
9 lines
109 B
Kotlin
plugins {
|
|
id("com.android.library")
|
|
}
|
|
|
|
setupCommon()
|
|
|
|
android {
|
|
namespace = "com.topjohnwu.shared"
|
|
}
|