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

Removed star imports of java.util.concurrent.atomic.* package. #4525

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

mvicsokolova
Copy link
Collaborator

Since 2.1.0-Beta1 Atomic types are introduced in kotlin.concurrent package, AtomicLong and AtomicBoolean types have the same names in both kotlin.concurrent and java.util.concurrent.atomic packages, which causes resolution ambiguity in case when both packages are star imported.

Since 2.1.0-Beta1 Atomic types are introduced in kotlin.concurrent package, AtomicLong and AtomicBoolean types have the same names in both kotlin.concurrent and java.util.concurrent.atomic packages, which causes resolution ambiguity in case when both packages are star imported.
@osipxd osipxd force-pushed the mvicsokolova/remove-star-imports branch from 754c9fb to 7390e47 Compare December 4, 2024 15:36
@osipxd osipxd enabled auto-merge (squash) December 4, 2024 15:36
@osipxd osipxd merged commit b049285 into main Dec 4, 2024
13 of 14 checks passed
@osipxd osipxd deleted the mvicsokolova/remove-star-imports branch December 4, 2024 16:25
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.

4 participants