mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-29 19:34:56 +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()
|
||
|
}
|