I've created dmg installer for a Compose for Deskt...
# compose-desktop
j
I've created dmg installer for a Compose for Desktop app but when I try to install/run the app I'm getting following. Anyone come across this?
Copy code
java.lang.NoSuchMethodError: 'boolean androidx.compose.runtime.Composer.shouldExecute(boolean, int)'
j
Not this exact one, but this looks like a typical release stripping issue to me. Are you running the release distributable task or the other one?
j
Not using release one yet
👍 1
j
Maybe double check your dependencies if anything's mixing Compose versions? That's at least where I'd look next
j
The app runs fine within IDE etc fwiw