Erik
01/14/2021, 2:01 PMtestImplementation 'org.jetbrains.kotlin:kotlin-test-junit'
, it seems that I don't have to specify a version! Why?
I don't have the Kotlin BOM specified either. Only the kotlin-test
dep. And of course the Kotlin Gradle plugin. I know that this version automatically provides the kotlin-stdlib
version including the variant (e.g. JDK8), but judging by this behaviour, it also seems that it provides some kind of Kotlin BOM platform (or at least version constraints) for the kotlin-test
dep (and who knows what others). How does this work?
And is it ok to rely on the Kotlin Gradle Plugin version for the kotlin-test
dependency?turansky
01/14/2021, 7:32 PMI don’t have the Kotlin BOM specified eitherPlugins can add resolution strategies for such cases
Erik
01/14/2021, 7:34 PMturansky
01/14/2021, 8:28 PMErik
01/15/2021, 9:18 AMErik
01/19/2021, 11:03 AM