11 lines
152 B
Text
11 lines
152 B
Text
|
|
import mihon.buildlogic.configureCompose
|
||
|
|
|
||
|
|
plugins {
|
||
|
|
id("mihon.code.detekt")
|
||
|
|
id("com.android.library")
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
configureCompose(this)
|
||
|
|
}
|