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
I'm attempting to use armeria 0.98.x with gradle and am receiving the following error:
Could not resolve all files for configuration ':{PROJECT_NAME}:detachedConfiguration40'.
> Could not resolve org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.3.
Required by:
project :{PROJECT_NAME}
> Cannot choose between the following variants of org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.3:
- enforcedRuntimeElements
- runtimeElements
All of them match the consumer attributes:
- Variant 'enforcedRuntimeElements' capability org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.3:
- Unmatched attributes:
- Found org.gradle.category 'enforced-platform' but wasn't required.
- Found org.gradle.status 'release' but wasn't required.
- Found org.gradle.usage 'java-runtime' but wasn't required.
- Variant 'runtimeElements' capability org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.3:
- Unmatched attributes:
- Found org.gradle.category 'platform' but wasn't required.
- Found org.gradle.status 'release' but wasn't required.
- Found org.gradle.usage 'java-runtime' but wasn't required.
This is probably because upgrading our spring-boot dependency version also bumped a dependency on kotlin-coroutines which doesn't work correctly with older spring-dependencies plugin.
I'm attempting to use armeria 0.98.x with gradle and am receiving the following error:
This is what my gradle file looks like:
When I downgrade to 0.97.0, the issue goes away.
The text was updated successfully, but these errors were encountered: