android / codelab-kotlin-coroutines

Kotlin Coroutines codelab
Apache License 2.0
552 stars 268 forks source link

Unlink the version of arch testing library from lifecycle lib version #131

Open popovbodya opened 3 years ago

popovbodya commented 3 years ago

I unlinked the version of arch.core:core-testing library from lifecycle lib version. Current version of lifecycle library is 2.2.0. If we increase the version of that library in the project to the newest one, it would lead to unresolved references of classes in arch library since there is no such version for that.