https://kotlinlang.org logo
Title
s

Stefano Massera

02/16/2021, 8:21 AM
Hi all! I’m using kotlin + apache beam on google cloud dataflow for some BI data streams. I’ve an issue with kotlin 1.4.30 and apache beam, While i was waiting for slack invitation I’ve asked on stackoverflow https://stackoverflow.com/questions/66170900/kotlin-1-4-30-apache-beam-compilation-error Has anyone had the same problem? How can be fixed?
c

chermenin

02/24/2021, 6:58 AM
There is a bug in the issue tracker for that https://youtrack.jetbrains.com/issue/KT-45067, but seems no workarounds yet other than downgrading to version 1.4.21.
v

Victor Petukhov

02/24/2021, 11:28 AM
FYI: I’ve answered on stackoverflow. It caused by the Kotlin compiler, by the part of the type use annotations reading from class files. Unfortunately, it’s true there aren’t any normal workarounds in 1.4.30. The fix will be available in 1.5-M1.
👍 1