Include a local copy of the connectivity-status library to solve a bug
This commit is contained in:
@ -38,7 +38,9 @@ kotlin {
|
||||
implementation("io.github.aakira:napier:2.6.1")
|
||||
|
||||
// Network information
|
||||
implementation("com.github.ln-12:multiplatform-connectivity-status:1.1.0")
|
||||
// TODO: Include this library once this is merged https://github.com/ln-12/multiplatform-connectivity-status/pull/4
|
||||
//implementation("com.github.ln-12:multiplatform-connectivity-status:1.1.0")
|
||||
implementation(project(":connectionstatus"))
|
||||
}
|
||||
}
|
||||
val commonTest by getting {
|
||||
|
Reference in New Issue
Block a user