mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-08 08:15:06 +01:00
13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
import mihon.buildlogic.configureCompose
|
|
|
|
plugins {
|
|
id("com.android.application")
|
|
kotlin("android")
|
|
|
|
id("mihon.code.lint")
|
|
}
|
|
|
|
android {
|
|
configureCompose(this)
|
|
}
|