raniejade
02/04/2019, 9:29 PMjvm
only module depending on a mpp
module? They are in the same project ( implementation project('mpp-module)
). Classes in the mpp
module can't be resolved by IJ in the jvm
only module. Though, compiling with gradle works as usual.jvm
only module is referencing the output jars of the mpp
module.Liliia
02/06/2019, 7:51 AMraniejade
02/06/2019, 7:56 AMLiliia
02/06/2019, 10:12 AMraniejade
02/06/2019, 10:33 AMLiliia
02/06/2019, 12:17 PMand I found the exact line that breaks everything— it’d help the highlighting, but Gradle build is reasonably failed. There is an issue about it: https://youtrack.jetbrains.com/issue/KT-27268 About the problem itself, I am investigating it right now, might be a regression at the IDE side…