app/build.gradle.kts
changeset 895 4419dced6b92
parent 894 53dec2220f3c
child 897 3f9b625821ec
--- a/app/build.gradle.kts	Fri Jul 08 18:33:26 2022 -0400
+++ b/app/build.gradle.kts	Fri Jul 08 18:55:34 2022 -0400
@@ -40,7 +40,7 @@
     id("dagger.hilt.android.plugin")
 }
 
-val composeVersion = "1.1.1"
+val composeVersion = "1.2.0-rc03"
 
 android {
     val compileSdkInt: Int by rootProject.extra
@@ -88,7 +88,7 @@
     }
 
     composeOptions {
-        kotlinCompilerExtensionVersion = composeVersion
+        kotlinCompilerExtensionVersion = "1.2.0"
     }
 
     flavorDimensions += "distribution"