mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 05:37:02 +05:30
build: add Hilt dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
36474b9705
commit
57f7a72d8d
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
buildscript {
|
||||
ext {
|
||||
compose_version = '1.0.0-alpha02'
|
||||
dagger_version = '2.29.1'
|
||||
hilt_version = '2.29-alpha'
|
||||
kotlin_version = '1.4.10'
|
||||
room_version = '2.3.0-alpha02'
|
||||
}
|
||||
|
@ -12,6 +14,7 @@ buildscript {
|
|||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:4.2.0-alpha10"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue