Search code examples
okio

Is okio 1.9.0 backward compatible with okio 1.2.0?


My project depends on a couple of third party libraries, which bring in okio v. 1.9.0 and 1.2.0, respectively.

Can I count on backward compatibility, and just use okio version 1.9.0 (in place of 1.2.0)?


Solution

  • Yes, all 1.x versions of Okio are API-compatible. Check the CHANGELOG for details.