You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding common dependency to a native module causes Gradle plugin to complain about it for every module. In ktor, it generates a huge number of warnings so one wouldn't be able to discover actual problems.
A compileOnly dependency is used in the Kotlin/Native target 'linuxX64':
Compilation: main
Dependencies:
org.jetbrains.kotlinx:atomicfu-common:0.12.9
Such dependencies are not applicable for Kotlin/Native, consider changing the dependency type to 'implementation' or 'api'.
The text was updated successfully, but these errors were encountered:
cy6erGn0m
changed the title
Atomicfu plugin adds common dependencies to common
Atomicfu plugin adds common dependencies to platform modules
Jun 27, 2019
Adding common dependency to a native module causes Gradle plugin to complain about it for every module. In ktor, it generates a huge number of warnings so one wouldn't be able to discover actual problems.
The text was updated successfully, but these errors were encountered: