Nice progress 👍 @[JB] Shagen forgive me for taking opportunity to highlight a bug but as someone who lives often between Kotlin/JS and Compose; this may be of some interest to you - this combination appears unfriendly to generated class files: I filed this bug with repro project yesterday... popular 'Build Konfig' plugin is impacted.
u
[JB] Shagen
08/24/2021, 2:46 PM
@darkmoon_uk no worries Chris, bugs are very important for us and thank you for reporting. The thing is that Kotlin project is not the best place to issue bug related to Compose - I mean quite often in some form we still end up reporting there but as a first phase of investigation I've copied your issue and here it is - https://github.com/JetBrains/compose-jb/issues/1104
will keep you posted on the progress
👍 1
👍🏻 1
d
darkmoon_uk
08/24/2021, 11:30 PM
Thanks @[JB] Shagen. One more Q; can we expect a Kotlin `1.5.30`-based Compose build in next few day or weeks? Any users of Ktor/JS can't gradle sync [1][2] until adopting
1.5.30
. Thanks 🙏
👆 2
u
[JB] Shagen
08/25/2021, 12:10 PM
Well, I can not say how soon it will happen but Compose team tend to switch to new compiler version as soon as possible - and 1.5.30 is not exception to this
👍 1
👍🏻 1
h
hfhbd
08/25/2021, 12:10 PM
Did you remove the
@Composable
annotation in
Style
and what is a replacement? Edit: Was broken due removing