Kotlin "compile time limit exceeded" errors inconsistent and unreasonable

These errors are very frustrating. It's 34 lines of Kotlin code, two nested for loops, and one single function. No reasonable compile time limit should kick in for this code. On top of that, I get them inconsistently. With the same code, sometimes it gets through, sometimes it doesn't.

Comments (1)