kotlinx-lincheck
kotlinx-lincheck copied to clipboard
Move to "JetBrains" GitHub organization
As Lincheck is not a Kotlin-specific framework, the repository has been recently moved from "Kotlin" GitHub organization to "JetBrains." However, to complete the transition, two additional steps are necessary:
- We need to change the package of Lincheck classes from
org.jetbrains.kotlinx.linchecktoorg.jetbrains.lincheck. Yes, this is a backward incompatible change, but it reduces the association with Kotlin. - Next, we need to change the artifact location from
org.jetbrains.kotlinx:lincheck:<version>toorg.jetbrains.lincheck:lincheck:<version>.