mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-21 11:59:54 +01:00
12 lines
151 B
Plaintext
12 lines
151 B
Plaintext
import mihon.buildlogic.configureCompose
|
|
|
|
plugins {
|
|
id("com.android.library")
|
|
|
|
id("mihon.code.lint")
|
|
}
|
|
|
|
android {
|
|
configureCompose(this)
|
|
}
|