check this out. It works for me. https://www.youtube.com/watch?v=-r8m2qNJ3Sg
If you see carefully, the method to add kotlin-parcelize in android studio meerkat is the same process than previous versions. Add the plug in in the file build.gradle.kts (Module).
id("kotlin-parcelize")
plus a new step. Add the plug in in build.gradle.kts(project) as follows
id("org.jetbrains.kotlin.plugin.parcelize") version libs.versions.kotlin apply false