<@U0BUH9FRD> this is actually because the `kotlin2...
# gradle
e
@sdeleuze this is actually because the
kotlin2js
plugin cannot be applied using the
plugins {}
block, so the configurations it contributes to the build are not found when generating project accessors. This plugin should be published to the Gradle Plugin Portal to allow this, I believe there’s already an issue on youtrack for this. In the meantime you can work around this using plugin resolution strategies, see https://github.com/gradle/kotlin-dsl/blob/2fc2bc1b10980d995809c171b0f02158c4336a80/doc/getting-started/Configuring-Plugins.md