Is there any way to create a multiplatform project with custom targets? My project is targeting three different JVM frameworks that host it, and I'd like to use expect/actual syntax instead of needing separate dependency injection to interface with them.
I like that its not supported. You should use dependency injection and a shared interface. Expect actual should be left for development across multiple platformsonly
h
hfhbd
05/26/2025, 6:32 AM
Why do you want to limit it? Gradle has the same feature called Java Features (but without expect/actual), so using it with Kotlin would be very nice.