Anyone know how I can resolve this StackOverflowError with the Kotlin compiler with Kotlinx.Serialization? I have an old multi-module project that I just upgraded to kotlin 1.3.61 from 1.3.30 and get this error when I try to build. I read it might have something to do with declaring a type alias in a different module from where it was originally declared, but not sure if that is relevant as it says this issue was fixed in 1.3.60.