Gagandeep
07/18/2021, 12:08 PMbuildFeatures {
compose = true
buildConfig = true
viewBinding = true
}
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = Versions.java
targetCompatibility = Versions.java
}
kotlinOptions {
jvmTarget = Versions.java.name
}
composeOptions {
kotlinCompilerExtensionVersion = Versions.kotlinCompilerExtension
kotlinCompilerVersion = Kotlin.version
}
kotlin version 1.5.20
compose version 1.0.0-rc02Lukasz Burcon
07/18/2021, 4:29 PMimplementations
use the correct compose version? Have had a similar issue recently, fixed by changing some compose imports to use the same versionGagandeep
07/18/2021, 7:58 PMGagandeep
07/19/2021, 5:44 AMLukasz Burcon
07/19/2021, 6:29 AMComponentActivity
?Gagandeep
07/19/2021, 10:01 AMLukasz Burcon
07/19/2021, 10:02 AMGagandeep
07/19/2021, 10:04 AMLukasz Burcon
07/19/2021, 10:04 AMLukasz Burcon
07/19/2021, 10:04 AMDaniel Rampelt
07/19/2021, 3:36 PMGagandeep
07/19/2021, 6:58 PMDaniel Rampelt
07/19/2021, 7:28 PMGagandeep
07/19/2021, 9:57 PMYann Badoual
11/18/2021, 10:23 AM