mvysny / solar-controller-client

Communicates with a solar controller (Renogy Rover) over RS232/USB and retrieves statistics
MIT License
2 stars 0 forks source link

Use okio #11

Open mvysny opened 2 years ago

mvysny commented 2 years ago

okio is a rich multi-platform library which introduces lots of support for working with files and streams, buffered streams, etc. Add implementation("com.squareup.okio:okio:3.2.0") to build.gradle.kts to add the library.

Problems:

mvysny commented 2 years ago

Blocked by https://github.com/square/okio/issues/1171