I have a multi-module project and I'm trying to ad...
# compose
g
I have a multi-module project and I'm trying to add compose to one of the ui modules. I followed the guide here but I keep bumping into this error:
Copy code
e: This version (1.0.0-beta07) of the Compose Compiler requires Kotlin version 1.4.32 but you appear to be using Kotlin version 1.5.21 which is not known to be compatible
I don't know where the
1.0.0-beta07
version comes from. As far as I can see, I defined everything to use
1.0.2
a
Make sure you are setting
kotlinCompilerExtensionVersion
to 1.0.2 in every module with compose enabled.