Now that Kotlin 1.4.10 is out do I update this num...
# compose
c
Now that Kotlin 1.4.10 is out do I update this number in this block?
Copy code
composeOptions {
    kotlinCompilerExtensionVersion MyVersions.compose_version
    kotlinCompilerVersion '1.4.0' <====== This number
}
z
I would try it, and if it works, then it’s probably fine.
c
I'm still having this issue from earlier https://kotlinlang.slack.com/archives/CJLTWPH7S/p1599717171345700 and so I don't actually know if it is supposed to work or not. 😄