Would it be a terrible idea to use `languageVersio...
# random
g
Would it be a terrible idea to use
languageVersion.set(KotlinVersion.KOTLIN_1_9)
in production? It generates a warning, so we'd have to disable
-Werror
at the very least... I'm mostly after
data object
.
g
Imo the trade off is not worth it so much. Unless you really are removing big chunk of code after introducing data objects.