You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to org.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> to org.jetbrains.lincheck:lincheck:<version>.
The text was updated successfully, but these errors were encountered:
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:
org.jetbrains.kotlinx.lincheck
toorg.jetbrains.lincheck
. Yes, this is a backward incompatible change, but it reduces the association with Kotlin.org.jetbrains.kotlinx:lincheck:<version>
toorg.jetbrains.lincheck:lincheck:<version>
.The text was updated successfully, but these errors were encountered: