I'm working on converting a largish kotlin jvm pro...
# multiplatform
m
I'm working on converting a largish kotlin jvm project over to multiplatform and working through a couple errors. I first moved to multiplatform and got it compiling with everything in jvm main. I'm now working to move things to common main. One error I'm getting is that when I hit the hammer (build project) in intellij, I get the following error. Hitting the play button properly attempts to build the project, as does doing a gradle build on the terminal. It sounds like I need to explicitly set an output directory for my tests in gradle, which seems odd given I'm just doing a normal build and the tests would be a default source set. Can anyone point me in the right direction?
Kotlin: Output directory not specified for Module 'quest-command.test' tests
build.gradle.kts file