.
The issue I have is that Kotlin Gradle plugin prints out a warning that
The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build.
Is it a false positive or plugin has been indeed loaded two times? If yes - why? And what is the suggested way to use Kotlin Gradle Plugin with Plugin DSL?
Issue with reproduction project is available here
t
tapchicoma
04/20/2021, 7:56 PM
answered you in the issue. Thank you for the repro project 👋