Suddenly all over my code I'm getting red lines complaining "The feature 'multi platform project' is experimental and should be enabled explicitly", even directly underneath the annotation @ExperimentalMultiplatform.
I've now added the compiler option -Xmulti-platform (via gradle, I use AS), but I still get the red lines.
Despite this the app builds and runs, although it crashes immediately, perhaps with a related error but I'm still tracking that down.