Claude Brisson
04/16/2025, 4:07 PMError resolving plugin [id: 'org.jetbrains.kotlin.multiplatform', version: '2.1.0', apply: false]
> The request for this plugin could not be satisfied because the plugin is already on the classpath with an unknown version, so compatibility cannot be checked.
The error happens in my root build.gradle.kts, probably because of buildSrc dependencies. But buildSrc doesn't use the multiplatform plugin, so this is rather weird. Is there any way to know where the dependency with an unspecified version is coming from?Thomas Broyer
04/16/2025, 4:16 PM./gradlew buildEnvironment
and ./gradlew :buildSrc:dependencies
should tell youAdam
04/16/2025, 6:38 PM