Hey guys, is it possible, that data class could g...
# announcements
a
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
cc @udalov
u
Hi, this is a known issue which is fixed in the upcoming 1.4.20: https://youtrack.jetbrains.com/issue/KT-41181
👍 1
a
Ah ok, i have to wait until Jetpack Compose is ready for 1.4.20. Thx