Where can we see Compose's supported Kotlin versio...
# compose
o
Where can we see Compose's supported Kotlin version?
c
In the Changelog (https://developer.android.com/jetpack/androidx/releases/compose-ui#1.0.1). However, I’m a little curious about this. Why can’t Kotlin provide a stable compiler plugin interface so that compose doesn’t have to worry about compatibility often
👍 1
o
Is
kotlinCompilerExtensionVersion
still required? It got removed from the documentation
c
In my impression, they are changed to AGP internal declarations, so there is no need to declare it manually now
1
e
Kotlin can't provide a stable compiler plugin interface, because it's not stable.