mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-27 18:34:55 +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)
|
|
}
|