Figured it out. Since the lib is published without...
# kvision
b
Figured it out. Since the lib is published without pom you need to add it as
Copy code
maven {
            url = uri("<https://dl.bintray.com/gbaldeck/kotlin>")
            metadataSources {
                artifact()
            }
        }