although it seems to have no effect (I still get the error about the version incompatibility).
👀 1
o
Oleksandr Karpovich [JB]
06/01/2021, 5:25 PM
a quick answer - yes, it's supposed to be the same. I'll check this one as well
Oleksandr Karpovich [JB]
06/01/2021, 5:45 PM
so far it looks like this option doesn't get propagated to the compiler plugin.
I'll take a look more carefully later
n
Norbi
08/05/2021, 2:48 PM
Have you found a solution? I've just run into the same issue. Thanks.
o
Oleksandr Karpovich [JB]
08/05/2021, 3:40 PM
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
Norbi
08/06/2021, 11:28 AM
@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.