Continue cleaning gradle files
This commit is contained in:
parent
51949f5ae9
commit
5034daed6c
18 changed files with 112 additions and 108 deletions
|
|
@ -0,0 +1,17 @@
|
|||
import extension.androidConfig
|
||||
import extension.composeConfig
|
||||
import extension.composeDependencies
|
||||
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
id("kotlin-android")
|
||||
}
|
||||
|
||||
android {
|
||||
androidConfig()
|
||||
composeConfig()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
composeDependencies()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue