You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
@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.
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,
The text was updated successfully, but these errors were encountered: