Hi Guys, I have been trying to use darwin parceliz...
# decompose
a
Hi Guys, I have been trying to use darwin parcelize for my project from https://github.com/arkivanov/parcelize-darwin however I am not able to add this plugin into my project. what I did in toml file added plugin as
Copy code
[plugins]
darwinParcel = { id = "com.arkivanov.parcelize.darwin:gradle-plugin", version.ref = "darwinParcel" } // darwinParcel = "0.2.4"
in my grade file I mention this as
Copy code
plugins {
    //trick: for the same plugin versions in all sub-modules
    alias(libs.plugins.darwinParcel) apply false
}
but I am getting error
org.gradle.plugin.internal.InvalidPluginIdException: plugin id 'com.arkivanov.parcelize.darwin:gradle-plugin' is invalid: Plugin id contains invalid char ':' (only ASCII alphanumeric characters, '.', '_' and '-' characters are valid)
a
The id of the plugin is just
com.arkivanov.parcelize.darwin
. Though, most likely you don't need this plugin since Decompose version 2.2.0.