You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feedback shows that from time to time users accidentally update kotlinx-coroutines-core version, but not kotlinx-coroutines-android version. Such inconsistency can lead to various incompatibilities and runtime errors related to implementation details.
We can automatically autodetect such situations and report an error (NB: it should have a switch to disable it) if kotlinx-coroutines-core and kotlinx-coroutines-android have a different version.
Note that the classic solution "put library version in META-INF or resources" does not work because it can cause ANR due to file read (see #878)
The text was updated successfully, but these errors were encountered:
qwwdfsad
changed the title
Autogenerate source file with current version and check it during Main dispatcher initialization
Autogenerate source files with current version and check it during Main dispatcher initialization
Jul 5, 2019
Feedback shows that from time to time users accidentally update
kotlinx-coroutines-core
version, but notkotlinx-coroutines-android
version. Such inconsistency can lead to various incompatibilities and runtime errors related to implementation details.We can automatically autodetect such situations and report an error (NB: it should have a switch to disable it) if
kotlinx-coroutines-core
andkotlinx-coroutines-android
have a different version.Note that the classic solution "put library version in META-INF or resources" does not work because it can cause ANR due to file read (see #878)
The text was updated successfully, but these errors were encountered: