1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

GithubApi work.

This commit is contained in:
Cedric Beust 2015-11-10 21:16:36 -08:00
parent 5d408e5cd9
commit e315e5dce7
2 changed files with 143 additions and 5 deletions

View file

@ -74,6 +74,9 @@ val kobalt = kotlinProject(wrapper) {
"com.github.spullara.mustache.java:compiler:0.9.1",
"io.reactivex:rxjava:1.0.14",
"com.google.code.gson:gson:2.4",
"com.squareup.retrofit:retrofit:1.9.0",
// "com.squareup.retrofit:retrofit:2.0.0-beta2",
// "com.squareup.retrofit:converter-gson:2.0.0-beta2",
file("modules/wrapper/kobaltBuild/libs/kobalt-wrapper.jar")
)
}