mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-26 14:25:30 +01:00
* chore(deps): update kotlin and compose compiler to v2 * Update .gitignore * Fix build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
import mihon.buildlogic.configureCompose
|
|
|
|
plugins {
|
|
id("com.android.application")
|
|
kotlin("android")
|
|
}
|
|
|
|
android {
|
|
configureCompose(this)
|
|
}
|