Hi everyone, I’m trying to use compose screenshots...
# compose-android
e
Hi everyone, I’m trying to use compose screenshots testing, I’ve followed steps from google documentation, But when I’m compiling, I got an error saying that the compostable have been compiled in a pre release version and cannot be loaded. I’m using Kotlin 2.0.20 and my IDE is set with Kotlin 2.0.20 and 2.0
m
You do not really mean “compostable”, do you? 😉
e
Of course wanted to say composable, this my French spell checker 🤔
Update: I have solved my problem: I had this configuration generating pre-release source sets binaries: This warning helped me -> Following manually enabled features will force generation of pre-release binaries: ExplicitBackingFields kotlin { sourceSets.configureEach { languageSettings.enableLanguageFeature("ExplicitBackingFields") } }