I get the following error when I try to compile a native multiplatform target with my compiler plugin (which has a dependency on kotlinx serialization):
Compilation works fine for jvm and js targets.
Any idea how I can fix this?
Basically it seems that none of my compiler plugin dependencies are on the classpath for native compilation.