Add comment to remember the problem with the connectivity-status library

This commit is contained in:
2022-08-20 21:28:21 +02:00
parent 0c8e49214f
commit 20588aab81
2 changed files with 6 additions and 0 deletions

View File

@ -206,5 +206,6 @@ dependencies {
implementation("android.arch.work:work-runtime-ktx:1.0.1")
// Network information
// TODO: When updating this library, check if the todo in RepositoryImpl.startNetwork can be resolved
implementation("com.github.ln-12:multiplatform-connectivity-status:1.1.0")
}