Geert
07/28/2021, 3:25 PMkevindmoore
07/28/2021, 3:44 PMconst val kotlin = "1.5.21"
const val kotlin_gradle_plugin = "1.5.21"
const val android_gradle_plugin = "7.1.0-alpha03"
const val compose= "1.0.0-rc02"
alorma
07/28/2021, 3:46 PMkevindmoore
07/28/2021, 3:46 PMalorma
07/28/2021, 3:47 PMkevindmoore
07/28/2021, 3:47 PMalorma
07/28/2021, 3:47 PM7.0.0-betaXX
, bumblebee uses alphaskevindmoore
07/28/2021, 3:48 PMGeert
07/28/2021, 3:54 PMclasspath 'com.android.tools.build:gradle:7.0.0-rc01'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
and:
// Kotlin
ktx_version = '1.3.2'
kotlin_version = "1.5.10"
// Compose Versions
accompanist_version = "0.12.0"
compose_version = "1.0.0-rc02"
nav_compose_version = "2.4.0-alpha04"
activity_compose_version = "1.3.0-beta02"
lifecycle_compose_version = "1.0.0-alpha07"
constraint_compose_version = "1.0.0-alpha08"
and:
composeOptions {
kotlinCompilerVersion '1.5.10'
kotlinCompilerExtensionVersion compose_version
}
Cant see whats wrong with it.Huan
07/28/2021, 4:01 PM"com.android.tools.build:gradle:7.0.0-rc01"
Kotlin 1.5.10
com.google.firebase:firebase-crashlytics-gradle:2.6.1 --> Without this version thrown a strange error
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip