kobalt icon indicating copy to clipboard operation
kobalt copied to clipboard

Kobalt --resolve doesn't show dependency tree for some libraries

Open sargunv opened this issue 9 years ago • 1 comments
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.

sargunv avatar Jul 07 '16 03:07 sargunv

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.

cbeust avatar Sep 16 '16 18:09 cbeust