Has anyone by any chance got a Compose project to ...
# compose
j
Has anyone by any chance got a Compose project to work with Kotlin 1.8.0-Beta (or is this something that's not going to work right now? I do have
suppressKotlinVersionCompatibilityCheck=1.8.0-Beta
fwiw
there is no dev build supporting 1.8.0-Beta now. when one exists, you can find it through the usual link.
j
btw these are the errors I get if I try to use it
Copy code
e: Source file or directory not found: plugin:androidx.compose.plugins.idea:enabled=true
e: Source file or directory not found: plugin:androidx.compose.compiler.plugins.kotlin:sourceInformation=true
e: Source file or directory not found: plugin:androidx.compose.compiler.plugins.kotlin:liveLiterals=true
s
Yeah, in general if there’s no compose compiler version out in the dev builds, I wouldn’t even try 😄 Even if it does work, it’s due to chance and not because it should. I’d especially be surprised if it worked through a 0.x.0 kotlin language version bump.