mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-22 04:19:52 +01:00
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
|
import mihon.buildlogic.configureCompose
|
||
|
|
||
|
plugins {
|
||
|
id("com.android.library")
|
||
|
}
|
||
|
|
||
|
android {
|
||
|
configureCompose(this)
|
||
|
}
|