John O'Reilly
01/17/2023, 8:09 PMPablichjenkov
01/17/2023, 8:24 PMFixed faulty code generation for inline lambda☝️This release note sounds good!
Michael Paus
01/18/2023, 10:03 AMJohn O'Reilly
01/18/2023, 10:09 AMbuild.gradle.kts
compose {
kotlinCompilerPlugin.set("1.4.0")
}
Michael Paus
01/18/2023, 10:28 AMCaused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.jetbrains.compose.compiler:compiler:1.4.0.
It works with 1.4.0-alpha04
though.John O'Reilly
01/18/2023, 10:44 AMMichael Paus
01/18/2023, 10:45 AMJohn O'Reilly
01/18/2023, 10:50 AM1.3.0-rc03
) that that shouldn't be necessary but you also need to take out the kotlinCompilerPlugin
block I mentioned aboveMichael Paus
01/18/2023, 10:54 AM