Build the dependency tree. Initialize some basic composable to test Hilt.
This commit is contained in:
parent
70045251b2
commit
1afd3bc02b
12 changed files with 120 additions and 84 deletions
|
|
@ -1,5 +1,7 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id("com.android.application") version "8.1.0-rc01" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
|
||||
id("org.jetbrains.kotlin.kapt") version "1.8.22" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.44" apply false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue