mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-22 12:48:15 +03:00
fix(source-api): workaround to recognise commonMain package
This commit is contained in:
parent
88cff99c8b
commit
e6e345f798
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ kotlin {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":core"))
|
implementation(project(":core"))
|
||||||
api(libs.preferencektx)
|
api(libs.preferencektx)
|
||||||
|
|
||||||
|
// Workaround for https://youtrack.jetbrains.com/issue/KT-57605
|
||||||
|
implementation(kotlinx.coroutines.android)
|
||||||
|
implementation(project.dependencies.platform(kotlinx.coroutines.bom))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue