Does anyone know if kotlin has a plugin to automat...
# announcements
j
Does anyone know if kotlin has a plugin to automatically generate a default constructor for
data class
without using annotation? For now, I’m using
kotlin-noarg
which requires us to annotate all classes. It works but it’d be nice to make it automatically by default.
👎 1