Pierfrancesco Gulinelli
03/29/2020, 11:29 AMbuildFeatures {
compose true
}
composeOptions {
kotlinCompilerVersion "1.3.61-dev-withExperimentalGoogleExtensions-20200129"
kotlinCompilerExtensionVersion "0.1.0-dev07"
}
on every module.
But when i try to run the project, it appears
Execution failed for task ':app:prepareDebugKotlinCompileTask'.
> org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptions.setUseIR(Z)V
Adrian Blanco
03/29/2020, 12:26 PMPierfrancesco Gulinelli
03/29/2020, 12:29 PMAdrian Blanco
03/29/2020, 1:10 PMcompose true
is required but will cause compilation to fail if it conflicts with kaptPierfrancesco Gulinelli
03/29/2020, 2:22 PMLeland Richardson [G]
04/03/2020, 2:56 PM