[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
There is an existent issue while using coroutines test. This is a wor…
Browse files Browse the repository at this point in the history
…karound to make it work.
  • Loading branch information
CesarValiente committed Jul 13, 2021
1 parent f2bdbb4 commit ee249ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions window-manager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ android {
buildFeatures {
viewBinding true
}
// It seems there is an issue with an Android limitation already reported, when using
// kotlinx-coroutines-test.
// https://github.com/Kotlin/kotlinx.coroutines/issues/2023#issuecomment-858644393
// This is the current workaround to make it working:
packagingOptions {
exclude 'META-INF/AL2.0'
exclude 'META-INF/LGPL2.1'
}
}

dependencies {
Expand Down

0 comments on commit ee249ad

Please sign in to comment.