hi,
is it possible to delete a source set or a target like jvm in a compose multiplatform project?
I removed it from build.gradle.kts and also deleted jvmMain and jvmTest directories. Also did clean, build, reindex...of project, but expect functions still require implementation for jvm.
What do I miss?