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.raniejade
02/04/2019, 9:30 PMjvm 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 AMraniejade
02/06/2019, 11:57 AMraniejade
02/06/2019, 11:57 AMLiliia
02/06/2019, 12:17 PMLiliia
02/06/2019, 2:35 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…
Liliia
02/06/2019, 4:43 PM