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,
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,