Join Slack
Powered by
Where can we see Compose's supported Kotlin versio...
# compose
o
Orhan Tozan
08/18/2021, 3:57 PM
Where can we see Compose's supported Kotlin version?
c
Chachako
08/18/2021, 4:21 PM
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
Orhan Tozan
08/18/2021, 4:25 PM
Is
kotlinCompilerExtensionVersion
still required? It got removed from the documentation
c
Chachako
08/18/2021, 4:30 PM
In my impression, they are changed to AGP internal declarations, so there is no need to declare it manually now
➕ 1
e
eygraber
08/18/2021, 6:31 PM
Kotlin can't provide a stable compiler plugin interface, because it's not stable.
Open in Slack
Previous
Next