We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502cb95 commit 989e72aCopy full SHA for 989e72a
1 file changed
build.gradle.kts
@@ -152,6 +152,8 @@ tasks {
152
exclude(dependency("io.ktor:.*"))
153
// Koin uses reflection
154
exclude(dependency("io.insert-koin:.*"))
155
+ // Coroutines Swing provides Dispatchers.Main via ServiceLoader
156
+ exclude(dependency("org.jetbrains.kotlinx:kotlinx-coroutines-swing"))
157
}
158
159
mergeServiceFiles()
0 commit comments