suusan2go / kotlin-fill-class

Intellij plugin that provides intention action for empty constructor

Home Page:https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use kotlinx-serialization internal constructor

oboenikui opened this issue · comments

Although an internal constructor is used when filling a function that contains parameters of a serializable class, a primary constructor should be used.

image