I have a Kotlin Multiplatform library project, with targets for Android and iOS. I have 2 issues with the plugin:
- The
embed configuration cannot be used within the kotlin block, by adding a dependency to a source sets compilation. I have to add a dependencies block to my android block to use embed.
- More importantly, when adding
embed dependencies, I get the following gradle errors:
Failed to notify project evaluation listener.
Cannot change attributes of configuration ':iosApiElements' after it has been resolved
Cannot change attributes of configuration ':iosArm64ApiElements' after it has been resolved
I have a Kotlin Multiplatform library project, with targets for Android and iOS. I have 2 issues with the plugin:
embedconfiguration cannot be used within thekotlinblock, by adding a dependency to a source sets compilation. I have to add adependenciesblock to myandroidblock to use embed.embeddependencies, I get the following gradle errors: