Can the compose compiler be overriden by libs/plug...
# compose-android
m
Can the compose compiler be overriden by libs/plugind? I keep getting
This version (1.4.5) of the Compose Compiler requires Kotlin version 1.8.20 but you appear to be using Kotlin version 1.9.20
Even tho I have
composeOptions *{*
kotlinCompilerExtensionVersion libs.versions.androidx.compose.compiler.get()
}
(Version is 1.5.4)
i
that looks like version catalogs
m
Yeah Im using catalogs
So in case someone search for something similar in the future. Certain plugins can override it indeed. In my case it was molecule