What's Changed
- Add
Okio
target #53 - Use
SourceReader
for network request body parsing. - Add
HttpResponse.asSourceReader()
ext function. #54 - Change scope of
SourceReaderImp
to internal and add public functionsSourceReader.from
. - Change scope of
FileSourceImp
to internal and add public functionsFileSource.from
. - Add extension functions:
java.io.File.toFileSource()
,java.nio.file.Path.toFileSource()
&InputStream.toSourceReader()
- Update to latest Jsoup (d3104a0)
Build Improvements
- Replaced the Amper plugin with a custom Micro Amper Gradle script.
- Upgrade Kotlin to 2.0.20 and AGP to 8.5.0