Refactor some modules + add dependency management (still WIP)
This commit is contained in:
parent
71ca64644a
commit
83ac870c92
89 changed files with 854 additions and 580 deletions
14
plugins/build.gradle.kts
Normal file
14
plugins/build.gradle.kts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
plugins {
|
||||
`kotlin-dsl`
|
||||
`kotlin-dsl-precompiled-script-plugins`
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.android.gradle.plugin)
|
||||
implementation(libs.kotlin.gradle.plugin)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue