Davide Giuseppe Farella
04/16/2023, 2:41 PM1.4.5
as
private fun configureComposeOptions(libsCatalog: VersionCatalog, ext: TestedExtension) {
ext.buildFeatures.compose = true
ext.composeOptions.kotlinCompilerExtensionVersion = libsCatalog.findVersion("composeCompiler").get().toString()
}
Somehow I get the error
e: This version (1.4.2) of the Compose Compiler requires Kotlin version blablablaAnd I have no clue where this
1.4.2
is coming from 🤔 Any idea would be appreciatedDavide Giuseppe Farella
04/16/2023, 2:51 PM