Hi, why does gradle add gradle-api to the classpat...
# gradle
c
Hi, why does gradle add gradle-api to the classpath when I use build.gradle.kts and does not when I use build.gradle? This messes up my workflow bigtime. I have to disable logback during development and test and when the app is ready, enable it for build and exclude test from build to not get the conflict