We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6a23a commit 8f17d02Copy full SHA for 8f17d02
2 files changed
core-sdk-samples/higgs-shop-sample-app/build.gradle.kts
@@ -6,7 +6,7 @@ buildscript {
6
mavenCentral()
7
}
8
dependencies {
9
- classpath("com.android.tools.build:gradle:7.3.1")
+ classpath("com.android.tools.build:gradle:7.2.2")
10
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
11
classpath("com.google.gms:google-services:4.3.14")
12
gradle.properties
@@ -18,4 +18,6 @@ android.useAndroidX=true
18
# Automatically convert third-party libraries to use AndroidX
19
android.enableJetifier=true
20
# Kotlin code style for this project: "official" or "obsolete":
21
-kotlin.code.style=official
+kotlin.code.style=official
22
+# Enable Jetpack Compose
23
+android.compose.compiler.kotlin.version=1.7.21
0 commit comments