Skip to content

Jars / Project Dependencies for gradle #1

@bvolkmer

Description

@bvolkmer

Hey,
I just tried to use these libs (actually just anko-oberservable, but the others depend).
My first try was to put them in a gradle submodule named '3rdParty'. This is not possible, as the libs all make dependencies on the top level. So kotlin-anko depends on ':anko-core' so following error comes : Project with path ':kotlin-core' could not be found in project ':3rdParty:kotlin-anko'.

A solution is, to put all the top level and not in 3rdParty. But this is quite ugly.

So is there another solution or is there anything you can do about it? Maybe changing the build scripts to depend on the others in the same path.
Or are there any precompiled jars? (haven't found them on mavenCentral and bintray/jcenter)

Greetings,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions