We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3172ed9 commit 9286bcbCopy full SHA for 9286bcb
app/build.gradle
@@ -41,7 +41,6 @@ android {
41
}
42
kotlinOptions {
43
jvmTarget = '17'
44
- useIR = true
45
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
46
47
buildFeatures {
build.gradle
@@ -1,8 +1,8 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
buildscript {
3
ext {
4
- kotlin_gradle_version = '1.6.21'
5
- kotlin_stdlib_version = '1.6.21'
+ kotlin_gradle_version = '1.7.20'
+ kotlin_stdlib_version = '1.7.20'
6
compose_version = '1.2.0-beta03'
7
activity_version = '1.4.0'
8
constraint_compose_version = '1.0.1'
0 commit comments