mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-27 18:34:55 +01:00
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
import mihon.buildlogic.configureAndroid
|
|
import mihon.buildlogic.configureTest
|
|
|
|
plugins {
|
|
id("mihon.code.detekt")
|
|
id("com.android.library")
|
|
}
|
|
|
|
android {
|
|
configureAndroid(this)
|
|
configureTest()
|
|
}
|