Change GenIdeaModule#ideaCompileOutput to match module localClasspath #2238
Replies: 2 comments 2 replies
-
Also, changing That being said, if your |
Beta Was this translation helpful? Give feedback.
-
By the way, I have developed a mill plugin to compile the jni code implemented by rust. The repository is mill-rust-jni. Wellcome to use! |
Beta Was this translation helpful? Give feedback.
-
I have two module:
When use
it can load native library succeed but fail use idea run because
use
ideaCompileOutput
to generate module classpath and it fixMaybe we can change the return type of
ideaCompileOutput
toT[Seq[PathRef]]
or changeGenIdeaImpl#xmlFileLayout
to integrate modulelocalClasspath
?Beta Was this translation helpful? Give feedback.
All reactions