https://kotlinlang.org logo
#kotlin-fuel
Title
# kotlin-fuel
k

kittinunf

08/06/2019, 1:57 AM
yea, i think based on okio seems to be good idea because we don’t want to deal with those io stuff ourselves right ..
i

itnoles

08/06/2019, 2:28 AM
JB's official Kotlinx IO has IO stuff with Charsets too.
what would @Derk-Jan Karrenbeld think too
if we decided to go with okio, we need to make a plan how to implement it.
d

Derk-Jan Karrenbeld

08/06/2019, 2:30 AM
I agree with @kittinunf!
It seems to have enough for our use-case
I would like it to be out-of-beta tho
i

itnoles

08/06/2019, 2:32 AM
How about to create corountines-okio branch for Okio?
since we already have Moshi, it be easier to get Okio's Source
k

kittinunf

08/07/2019, 12:25 AM
yea! let’s do that
shall we create 3.x version for our new version development?
d

Derk-Jan Karrenbeld

08/07/2019, 12:34 PM
Yes, that seems wise
i

itnoles

08/07/2019, 2:51 PM
are you going to copy corountines branch into a new branch?
k

kittinunf

08/10/2019, 7:48 AM
I think we can slowly move over to the new branch
I have created 3.x for our new version development!