https://kotlinlang.org logo
a

Alexander Karkossa

11/23/2020, 1:00 AM
Hey guys, is it possible, that data class could generate StackOverFlow while compiling? After implementing the OpenApiGenerator for a strange Server API, i got multiple generated data class with > 200 fields. Don't ask for the reason of such apis... No possibility to change it for now... While app:compileDebugKotlin a crash... Haven't seen such an error before. Any ideas? Kotlin 1.4.10 with enabled Jetpack Compose for Android I replaced the classname with xx.xxxx.xxxx.xxxx.xx.xxxx.Xxxxx
d

dmitriy.novozhilov

11/23/2020, 8:15 AM
cc @udalov
u

udalov

11/23/2020, 10:55 AM
Hi, this is a known issue which is fixed in the upcoming 1.4.20: https://youtrack.jetbrains.com/issue/KT-41181
👍 1
a

Alexander Karkossa

11/23/2020, 12:28 PM
Ah ok, i have to wait until Jetpack Compose is ready for 1.4.20. Thx