Hello, with the K2 compiler and Kotlin 2.1, with the new extra compiler checks and a compose multiplatform project, I’m having warnings on generated compose code like in this issue. Do you know a way, by any chance, to make it ignore generated code? Thanks!
h
hfhbd
02/13/2025, 9:15 PM
Nope, that’s one of the main reasons I disabled the checks because I generate a lot of code.
g
gildor
02/15/2025, 2:15 PM
I would just disable this specific check
Because Kotlin poet is too opinionated about this, there is imo no good solution and I wouldn't fight with it