79529977

Date: 2025-03-24 01:26:57
Score: 1
Natty:
Report link

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
Reasons:
  • Blacklisted phrase (1): youtube.com
  • Whitelisted phrase (-1): works for me
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: SosaCD