add android code
add android code
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
kotlin("android")
|
||||
id("com.android.library")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(project(":hideapi"))
|
||||
|
||||
implementation(libs.kotlin.coroutine)
|
||||
implementation(libs.androidx.core)
|
||||
}
|
||||
Reference in New Issue
Block a user