Hello, with the K2 compiler and Kotlin 2.1, with t...
# gradle
g
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
Nope, that’s one of the main reasons I disabled the checks because I generate a lot of code.
g
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