Hi, I have a JVM Gradle/KTS project with ~30 subpr...
# multiplatform
k
Hi, I have a JVM Gradle/KTS project with ~30 subprojects/modules, I turned one of them to a multiplatform one and now I struggle to build it with intelliJ because it doesnt produce the
out
directory for that multiplatform module.. The build actually succeed but then it doesn't start up using the Kotlin run configuration because the classes provided by this module are missing on the classpath... Any ideas what am I missing? Also when I try to build it using
Build and Run using: Gradle
option, it fails because it tries to execute
classes
task on the multiplatform modul and that one is not there.. The only thing that works is building and running it manually from console.. Has anyone experienced something similar?
note that the run config uses the classpath from the main module which then depends on the multiplatform module.. but the generated classpath argfile
/tmp/idea_arg_file1558714299
doesn't even contain the reference to that multiplatform module