takahirom / roborazzi

Make JVM Android integration test visible 🤖📸
https://takahirom.github.io/roborazzi/
Apache License 2.0
649 stars 24 forks source link

Use kotlinx-io 0.3.3 to avoid updating Kotlin #381

Closed takahirom closed 1 month ago

takahirom commented 1 month ago

@eyedol I discovered that kotlinx-io 0.3.5 requires Kotlin 1.9.24, but we are currently using 1.9.21. Consequently, I've downgraded to kotlinx-io 0.3.3, which supports 1.9.22—still not ideal, but a better match for now. For reference, Kotlin 1.9.22 was released on December 21, 2023, and 1.9.24 on May 7, 2024.