In the case of cola-kobalt-plugin, if there’s isn’...
# kobalt
b
In the case of cola-kobalt-plugin, if there’s isn’t a jar available, the built will not work:
Copy code
...
// This is an issue since it requires an already build plugin
import com.github.bmsantos.cola.kobalt.plugin.*

// Ditto
val plugins = plugins("com.github.bmsantos:cola-kobalt-plugin:0.5.0")

val r = repos("<https://dl.bintray.com/bmsantos/maven/>")

val colaTestsPlugin = kotlinProject {
   ...
}

val kotlinProject = kotlinProject {
   ...
}