Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jars / Project Dependencies for gradle #1

Open
bvolkmer opened this issue Jun 6, 2017 · 2 comments
Open

Jars / Project Dependencies for gradle #1

bvolkmer opened this issue Jun 6, 2017 · 2 comments

Comments

@bvolkmer
Copy link

bvolkmer commented Jun 6, 2017

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,

@shanelk
Copy link
Collaborator

shanelk commented Jun 29, 2017

@bvolkmer At one point we had it on jitpack but no right now there is no precompiled jars. Internally we have just added the libraries as git submodules, which allows us to easily add things right from whatever project we are working on.

@shanelk
Copy link
Collaborator

shanelk commented Jun 29, 2017

@bvolkmer And sorry for the delay in the reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants