Colton Idle
03/31/2021, 10:29 PMjw
03/31/2021, 10:45 PMjw
03/31/2021, 10:46 PMimport org.jetbrains.kotlin.gradle.plugin.KotlinPluginKt
dependencies {
add(KotlinPluginKt.PLUGIN_CLASSPATH_CONFIGURATION_NAME, deps.composeCompiler)
}
jw
03/31/2021, 10:47 PMColton Idle
03/31/2021, 11:23 PMjw
04/01/2021, 12:40 AMColton Idle
04/01/2021, 12:44 AMColton Idle
04/01/2021, 12:45 AMjw
04/01/2021, 12:49 AMMarcello Galhardo
04/01/2021, 6:05 AMJohn O'Reilly
04/01/2021, 1:45 PMJohn O'Reilly
04/01/2021, 1:50 PMUnresolved reference: KotlinPluginKt
(after adding that import)Marcello Galhardo
04/01/2021, 1:51 PMColton Idle
04/01/2021, 1:51 PMColton Idle
04/01/2021, 1:53 PMJohn O'Reilly
04/01/2021, 1:54 PMColton Idle
04/01/2021, 1:56 PMJohn O'Reilly
04/01/2021, 1:56 PMMarcello Galhardo
04/01/2021, 1:57 PMColton Idle
04/01/2021, 1:57 PMColton Idle
04/01/2021, 1:58 PMColton Idle
04/01/2021, 1:58 PMColton Idle
04/01/2021, 1:59 PMJohn O'Reilly
04/01/2021, 1:59 PMColton Idle
04/01/2021, 1:59 PMColton Idle
04/01/2021, 2:03 PMColton Idle
04/01/2021, 2:03 PMJohn O'Reilly
04/01/2021, 2:06 PMColton Idle
04/01/2021, 2:07 PMJohn O'Reilly
04/01/2021, 2:29 PMJohn O'Reilly
04/01/2021, 2:29 PMcom.android.tools.build:gradle:4.1.3"
btwColton Idle
04/01/2021, 2:30 PMJohn O'Reilly
04/01/2021, 2:30 PMJohn O'Reilly
04/01/2021, 2:35 PMColton Idle
04/01/2021, 2:36 PMMarcello Galhardo
04/01/2021, 2:49 PMcom.android.tools.build:gradle:4.1.2
, gradle wrapper 6.8.3
, and Kotlin 1.4.31
. π€Marcello Galhardo
04/01/2021, 2:51 PMJohn O'Reilly
04/01/2021, 2:55 PMimport org.jetbrains.kotlin.gradle.plugin.PLUGIN_CLASSPATH_CONFIGURATION_NAME
John O'Reilly
04/01/2021, 2:55 PMadd(PLUGIN_CLASSPATH_CONFIGURATION_NAME, "androidx.compose.compiler:compiler:${Versions.compose}")
jw
04/01/2021, 3:02 PMColton Idle
04/01/2021, 3:02 PMMarcello Galhardo
04/01/2021, 3:06 PMColton Idle
04/01/2021, 3:07 PMJohn O'Reilly
04/01/2021, 3:17 PMMarcello Galhardo
04/01/2021, 3:31 PMmiqbaldc
04/05/2021, 6:03 AMe: This version (1.0.0-alpha13) of the Compose Compiler requires Kotlin version 1.4.31 but you appear to be using Kotlin version 1.4.32 which is not known to be compatible. Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
πmiqbaldc
04/05/2021, 6:04 AM1.4.32
?
also, the jetpack compose compiler used was it really (1.0.0-alpha13)
? or just yet not updated error message πmiqbaldc
04/05/2021, 9:07 AMColton Idle
04/05/2021, 11:57 AMmiqbaldc
04/05/2021, 1:15 PMColton Idle
04/05/2021, 1:18 PM