Hi, I am having troubles with getting Parcelize/Pa...
# multiplatform
t
Hi, I am having troubles with getting Parcelize/Parcelable onto my MPP. My build gradle has
Copy code
kotlin {
    jvm {
        apply plugin: 'kotlin-android-extensions'

        ...

        androidExtensions {
            experimental = true
        }
    }
}
Can someone help me?
k
you are trying to use android things for a JVM target
t
I think jvm is just a name for the module
k
that is incorrect
that's a target - a JVM target
t
ah gotcha!