To give the use case, the framework compiler is falling over with an llvm error, but there is no indication of what it was trying to process at the time. Debugging may not help, but it has with other things in the past. I’m currently stripping code and rerunning in the hopes that I get some insight, but that’s super, super slow
e
Elena Lepilkina
12/13/2019, 6:24 AM
Gradle propery
kotlin.native.disableCompilerDaemon=true
probably can help to use debugger.
k
kpgalligan
12/13/2019, 3:39 PM
Didn’t work on first try but I’ll poke around some more. Thanks.