Louis Jacomet

Results 109 comments of Louis Jacomet

Copy from my reply on gradle/gradle#20102: > This is a consequence of the addition of extra consumable configurations like `mainSourceElements` and `testResultsElementsForTest` which are designed to be consumed leniently only...

As I said, I do not know this plugin. But what you share sounds concerning indeed. In [this build scan](https://scans.gradle.com/s/dl7dyihgpigsq/dependencies?toggled=W1swXSxbMCwxMV0sWzAsMjBdLFswLDEyXV0) you can see the failures linked to the new configurations...

Thanks for sharing the different scans. What I see is that in the first two attempts, an `apiCopy2` configuration is created and that is where the latest version of `org.jetbrains.kotlin:kotlin-script-runtime`...

Moving this out of Gradle 7.5.1, as we have other fixes for the patch release that we want published and are unable to provide a fix here for now. Those...

Yes, the [release nightlies](https://gradle.org/release-nightly/)

@big-guy Please do - assigned to you 😉

Re-opening as the fix has unfortunate consequences and will be reverted. You will have to keep applying the workaround described above in 7.5.1 and above until we find a proper...

The problem is that you are using a library in your plugin that seems to have been compiled with a pre-release Kotlin compiler - `libs.square.kotlinpoet`. And you expose types from...