ribesg
12/09/2019, 11:15 AM@Parcelize
in a multiplatform library, using `expect`/`actual` on @Parcelize
and Parcelable
, but I encounter a very weird error when using the kotlin.android.extensions
plugin on one library: “This class does not have a constructor” on a data class
. Anyone encountered this?Ivan Kubyshkin [JetBrains]
12/09/2019, 11:25 AMribesg
12/09/2019, 12:47 PM