1 2 3 4 5 6 7
plugins { org.jetbrains.conventions.`kotlin-jvm` } dependencies { api(kotlin("test-junit")) }