mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-21 20:27:06 +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 {
|
||||
implementation(project(":core"))
|
||||
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