-
Hi, Yet, it has an awkward problem in conjunction when running a main function from intellij. Intellij uses As far as I understood, mill also uses different output folders per task, so I was wondering if I would encounter the same problem again. Did anyone already setup a similar project structure? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@robstoll you can use |
Beta Was this translation helpful? Give feedback.
@robstoll you can use
mill.kotlinlib.KotlinMavenModule
to use the samefoo/src/main/java/
folder structure as maven and gradle, but even in Mill's default project structure you can mix the kotlin and java sources infoo/src/
and it should juts work out of the box. It all gets compiled together into the sameclasses/
folder that intellij will then index