Files
topjohnwu d5476e1321 Switch over to use composite build-logic
Using buildSrc comes with too many caveats, switch over to a composite
build-logic solves a lot of buildSrc's issue.
2026-03-27 08:40:46 +00:00

11 lines
144 B
Kotlin

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