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:
parent
6c279236bf
commit
c8865d816b
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue