hmm, so even though I've got it it still searches ...
# kobalt
g
hmm, so even though I've got it it still searches through maven for it:
Copy code
dependencies {
        compile("file://${System.getProperty("java.home")}/../lib/tools.jar")
        compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2")
        compile("com.google.testing.compile:compile-testing:0.8")
    }