Is the flag for `suppressKotlinVersionCompatibilit...
# compose-web
c
Is the flag for
suppressKotlinVersionCompatibilityCheck
supposed to be the same with compose for web? I tried
-P plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true
although it seems to have no effect (I still get the error about the version incompatibility).
👀 1
o
a quick answer - yes, it's supposed to be the same. I'll check this one as well
so far it looks like this option doesn't get propagated to the compiler plugin. I'll take a look more carefully later
n
Have you found a solution? I've just run into the same issue. Thanks.
o
Hi @Norbi, No, gradle plugin doesn't pass those to compose compiler plugin. By the way, I'm curious why do you need to use a different version and use the suppression?
n
@Oleksandr Karpovich [JB], I tried to use Compose/Web with Kotlin 1.5.30-RC because an unrelated bug has been fixed in that version.
355 Views