Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove star import of the packages, which contain conflicting declara…
…tions. (#4258) Star imports of `java.util.concurrent.atomic.*` and `kotlin.concurrent.*` will lead to the compilation error: once Atomic classes are introduced in `kotlin.concurrent` package, they will conflict with Java atomic classes, which have the same names.
- Loading branch information