mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
plugins {
|
|
kotlin("android")
|
|
id("com.android.library")
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(project(":hideapi"))
|
|
|
|
implementation(libs.kotlin.coroutine)
|
|
implementation(libs.androidx.core)
|
|
}
|