When I tried to launch the examples app on Android, the following compilation error occurred:
com.android.tools.r8.internal.jf: Space characters in SimpleName 'ComposeLogo Default State$delegate' are not allowed prior to DEX version 040
I was able to fix it by replacing spaces in example story names with underscores.
Is it possible to do something in the compiler plugin to remove spaces on Android?