mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
build: convert to Gradle Kotlin DSL
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
9839bf4014
commit
1e2fef884f
19 changed files with 514 additions and 230 deletions
11
buildSrc/buildDependencies.gradle
Normal file
11
buildSrc/buildDependencies.gradle
Normal file
|
@ -0,0 +1,11 @@
|
|||
rootProject.ext.versions = [
|
||||
agp: '4.2.0-alpha16',
|
||||
daggerHilt: '2.29.1-alpha',
|
||||
kotlin: '1.4.10',
|
||||
]
|
||||
|
||||
rootProject.ext.build = [
|
||||
androidGradlePlugin: "com.android.tools.build:gradle:${versions.agp}",
|
||||
daggerGradlePlugin: "com.google.dagger:hilt-android-gradle-plugin:${versions.daggerHilt}",
|
||||
kotlinGradlePlugin: "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue