Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Kotlin tests to separate project #3715

Merged
merged 1 commit into from
Mar 30, 2022
Merged

Conversation

JakeWharton
Copy link
Collaborator

This is easier than messing with classpaths.

Closes #3714

@@ -1,3 +1,5 @@
POM_ARTIFACT_ID=retrofit
POM_NAME=Retrofit
POM_DESCRIPTION=A type-safe HTTP client for Android and Java.

kotlin.stdlib.default.dependency=false
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our version of Kotlin is old enough that the stdlib isn't added by default. This is a hedge against future upgrades.

This is easier than messing with classpaths.
@JakeWharton JakeWharton merged commit 4910b3c into master Mar 30, 2022
@JakeWharton JakeWharton deleted the jw/kotlin/2022-03-29 branch March 30, 2022 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run non-Kotlin tests in JVM without Kotlin stdlib/coroutines
3 participants