mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-28 22:43:19 -05:00
10 lines
152 B
Text
10 lines
152 B
Text
import mihon.buildlogic.configureCompose
|
|
|
|
plugins {
|
|
id("mihon.code.detekt")
|
|
id("com.android.library")
|
|
}
|
|
|
|
android {
|
|
configureCompose(this)
|
|
}
|