Skip to content

Migrating kotlin-test to kotlin-test-junit5 explicitly#1694

Merged
Jolanrensen merged 1 commit intomasterfrom
kotlin-test-bugfix
Feb 17, 2026
Merged

Migrating kotlin-test to kotlin-test-junit5 explicitly#1694
Jolanrensen merged 1 commit intomasterfrom
kotlin-test-bugfix

Conversation

@Jolanrensen
Copy link
Copy Markdown
Collaborator

Fixes Gradle errors like:

org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException: Unable to find a variant with the requested capability: coordinates 'org.jetbrains.kotlin:kotlin-test-framework-junit':
   - Variant 'compile' provides 'org.jetbrains.kotlin:kotlin-test:2.3.10'
   - Variant 'enforced-platform-compile' provides 'org.jetbrains.kotlin:kotlin-test-derived-enforced-platform:2.3.10'
   - Variant 'enforced-platform-runtime' provides 'org.jetbrains.kotlin:kotlin-test-derived-enforced-platform:2.3.10'
   - Variant 'javadoc' provides 'org.jetbrains.kotlin:kotlin-test:2.3.10'
   - Variant 'platform-compile' provides 'org.jetbrains.kotlin:kotlin-test-derived-platform:2.3.10'
   - Variant 'platform-runtime' provides 'org.jetbrains.kotlin:kotlin-test-derived-platform:2.3.10'
   - Variant 'runtime' provides 'org.jetbrains.kotlin:kotlin-test:2.3.10'
   - Variant 'sources' provides 'org.jetbrains.kotlin:kotlin-test:2.3.10'

These have started to appear around bumping to Kotlin 2.3.10

@Jolanrensen Jolanrensen added the bug Something isn't working label Feb 17, 2026
@Jolanrensen Jolanrensen merged commit 832e38d into master Feb 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant