mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
12 lines
201 B
Kotlin
12 lines
201 B
Kotlin
plugins {
|
|
kotlin("android")
|
|
id("com.android.library")
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(project(":hideapi"))
|
|
|
|
implementation(libs.kotlin.coroutine)
|
|
implementation(libs.androidx.core)
|
|
}
|