Slackbot
11/02/2022, 3:19 PMChris Lee
11/02/2022, 3:24 PMwithPluginClasspath()
.Gabriel Feo
11/02/2022, 3:24 PMChris Lee
11/02/2022, 3:25 PMkotlin-dsl
plugin - this pulls in everything necessary, which the test configuration will pull from.Chris Lee
11/02/2022, 3:27 PMplugins {
// this pulls in the appropriate Kotlin versions and applies java-gradle-plugin
// DO NOT separately use kotlin("jvm")
`kotlin-dsl`
}
Gabriel Feo
11/02/2022, 3:32 PMkotlin('jvm')
. Removing it as you said fixed the error. Do you know why?Gabriel Feo
11/02/2022, 3:32 PMChris Lee
11/02/2022, 3:33 PM