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
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
Arkadii Ivanov
03/28/2024, 10:45 PM
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.