xxfast
05/02/2023, 11:25 PMThread 1: EXC_BAD_ACCESS (code=1, address=0x0)
I'm using compose-multiplatform 1.4 w/ kotlin 1.8.20, reproducer here// TODO: Remove once a compiler with support for >1.8.21 available
compose {
kotlinCompilerPlugin.set(dependencies.compiler.forKotlin("1.8.20"))
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.8.21")
}
Landry Norris
05/03/2023, 2:06 AMNikita Lipsky
05/03/2023, 7:45 PMxxfast
05/03/2023, 9:24 PMNikita Lipsky
05/03/2023, 9:33 PM