kobalt
kobalt copied to clipboard
Kobalt --resolve doesn't show dependency tree for some libraries
trafficstars
$ ./kobaltw --resolve me.sargunvohra.lib:pokekotlin:2.2.3
__ __ __ __ __
/ //_/ ____ / /_ ____ _ / / / /_
/ ,< / __ \ / __ \ / __ `/ / / / __/
/ /| | / /_/ / / /_/ // /_/ / / / / /_
/_/ |_| \____/ /_.___/ \__,_/ /_/ \__/ 0.840
╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ me.sargunvohra.lib:pokekotlin:jar:2.2.3 ║
║ maven (https://jcenter.bintray.com/, default, releases+snapshots) ║
║ C:\Users\Sargun Vohra\.kobalt\repository\me\sargunvohra\lib\pokekotlin\2.2.3\pokekotlin-2.2.3.jar ║
╚═════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
BUILD SUCCESSFUL (0 seconds)
It should have the Kotlin stdlib and Retrofit.
Bit baffled by this one. It's working fine for pretty much everything but not your project. The .pom file looks correct and similar to other artifacts for which this works fine.
There must be some Aether-related thing I'm missing.