Update to Jetpack Compose 1.1.0-beta02
This commit is contained in:
@@ -7,6 +7,7 @@ plugins {
|
||||
kotlin("kapt")
|
||||
id("dagger.hilt.android.plugin")
|
||||
id("kotlin-android")
|
||||
id("com.google.devtools.ksp") version "1.5.31-1.0.0"
|
||||
}
|
||||
|
||||
kapt {
|
||||
@@ -142,10 +143,17 @@ dependencies {
|
||||
|
||||
implementation(Libs.code_scanner)
|
||||
|
||||
implementation(Libs.ComposeDestination.core)
|
||||
ksp(Libs.ComposeDestination.ksp)
|
||||
|
||||
implementation(Libs.flowredux)
|
||||
implementation(Libs.flowredux_dsl)
|
||||
|
||||
testImplementation(Libs.turbine)
|
||||
androidTestImplementation(Libs.turbine)
|
||||
|
||||
androidTestImplementation(Libs.junit5_android_test_core)
|
||||
testImplementation(Libs.junit5_android_test_core)
|
||||
androidTestRuntimeOnly(Libs.junit5_android_test_runner)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user