Files
Magisk/app/shared/build.gradle.kts
T
2026-01-19 23:29:02 +08:00

11 lines
134 B
Kotlin

plugins {
id("com.android.library")
}
setupCommon()
android {
namespace = "com.topjohnwu.shared"
enableKotlin = false
}