mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-29 19:34:56 +01:00
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
|
import mihon.buildlogic.configureCompose
|
||
|
|
||
|
plugins {
|
||
|
id("mihon.code.detekt")
|
||
|
id("com.android.library")
|
||
|
}
|
||
|
|
||
|
android {
|
||
|
configureCompose(this)
|
||
|
}
|