Maybe this is more of an issue with gradle/android not documenting the new toml dependencies schema, but since it's used as the default when setting up a new multiplatform compose project, maybe it could be added to the setup documentation here?
I try to add this under the [plugins] block in the toml:
moko-resources = { id = "dev.icerock.moko.multiplatform-resources", version.ref = "moko-resources" }
For plugins, it won't accept a group parameter, and won't allow the id to be specified with a colon such as dev.icerock.moko:multiplatform-resources
I get an error
Plugin [id: 'dev.icerock.moko.multiplatform-resources', version: '0.24.2', apply: false] was not found in any of the following sources:
Does anyone know the magic syntax to get this to work?
Maybe this is more of an issue with gradle/android not documenting the new toml dependencies schema, but since it's used as the default when setting up a new multiplatform compose project, maybe it could be added to the setup documentation here?
I try to add this under the [plugins] block in the toml:
moko-resources = { id = "dev.icerock.moko.multiplatform-resources", version.ref = "moko-resources" }
For plugins, it won't accept a group parameter, and won't allow the id to be specified with a colon such as dev.icerock.moko:multiplatform-resources
I get an error
Plugin [id: 'dev.icerock.moko.multiplatform-resources', version: '0.24.2', apply: false] was not found in any of the following sources:
Does anyone know the magic syntax to get this to work?