-
Notifications
You must be signed in to change notification settings - Fork 38
Labels
Description
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.lincheck
toorg.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>
.