mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix unexpected skips in strong skipping mode (#940)
This commit is contained in:
parent
4ed2062cab
commit
0ce1cf22cd
3 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue