Jurriaan Mous
09/11/2019, 2:28 PMkotlin {
macosX64('macos') {
compilations.all {
kotlinOptions {
freeCompilerArgs += "-Xdisable-phases=Devirtualization,BuildDFG"
}
}
}
} (I had a problem too in an earlier version)
To debug you could try the steps I described in another issue I had before: https://github.com/JetBrains/kotlin-native/issues/2864#issuecomment-504641546ribesg
09/11/2019, 2:36 PMe: java.lang.AssertionError: Lowering DCEPhase: phases [Devirtualization] are required, but not satisfiedribesg
09/11/2019, 2:36 PM"-Xdisable-phases=BuildDFG" but I have no idea what I’m doingribesg
09/11/2019, 2:37 PMe: java.lang.AssertionError: Lowering Devirtualization: phases [BuildDFG] are required, but not satisfiedJurriaan Mous
09/11/2019, 3:07 PMribesg
09/11/2019, 3:14 PMget() worked, we now have a different problem, thanks