Skip to content

Commit

Permalink
fix(source-api): workaround to recognise commonMain package
Browse files Browse the repository at this point in the history
  • Loading branch information
LuftVerbot committed Jul 25, 2023
1 parent 88cff99 commit e6e345f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
}
}
Expand Down

0 comments on commit e6e345f

Please sign in to comment.