Tower Guidev2
05/30/2023, 7:11 AMMichael Paus
05/30/2023, 10:28 AM// TODO: Remove once a compiler with support for >=1.8.21 is available
compose {
kotlinCompilerPlugin.set(dependencies.compiler.forKotlin("1.8.20"))
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.8.21")
}
This switches off the test and it works for me so far.Tower Guidev2
05/30/2023, 11:29 AMLandry Norris
05/30/2023, 2:43 PMTower Guidev2
05/30/2023, 2:52 PMLandry Norris
05/30/2023, 2:54 PMTower Guidev2
05/30/2023, 2:55 PMe: This version (1.4.6) of the Compose Compiler requires Kotlin version
however when i increase to 1.4.7 the build error mentions 1.4.5
e: This version (1.4.5) of the Compose Compiler requires Kotlin version
this makes me feel like there is an issue with supporting 1.4.7Tower Guidev2
05/30/2023, 2:56 PM