mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Fix unexpected skips in strong skipping mode (#940)
This commit is contained in:
@ -13,6 +13,9 @@ kotlin {
|
||||
api(libs.injekt.core)
|
||||
api(libs.rxjava)
|
||||
api(libs.jsoup)
|
||||
|
||||
implementation(project.dependencies.platform(compose.bom))
|
||||
implementation(compose.runtime)
|
||||
}
|
||||
}
|
||||
val androidMain by getting {
|
||||
|
Reference in New Issue
Block a user