I am using KMP, kotlin 1.4.32, and on android usin...
# android
j
I am using KMP, kotlin 1.4.32, and on android using compose beta06. When I upgrade to beta08 I get errors due to my kotlin compiler flags. For that area where compose and kotlin intersect where should I ask my question? Here or somewhere else. I am nervous about using discuss.kotlinlang as I expect it will be flagged again.
a
#compose
j
Thank you. I didn’t look at all the channels. I have a feeling it is because I am not using kotlin 1.5.10.
a
Yes, compose requires strictly a specific kotlin version ATM.
1
a
It probably will for the foreseeable future as well. IR plugins don't have a stable API to target and we're not likely to support multiple Kotlin versions in parallel
👍 2