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

Add okio as a dependency.

This commit is contained in:
Cedric Beust 2015-11-17 21:58:17 -08:00
parent 6c279236bf
commit c8865d816b

View file

@ -78,6 +78,7 @@ val kobalt = kotlinProject(wrapper) {
"io.reactivex:rxjava:1.0.16",
"com.google.code.gson:gson:2.4",
"com.squareup.retrofit:retrofit:1.9.0",
"com.squareup.okio:okio:1.6.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")