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
dependencies {
// this is a new dependency added by auto-correct
testImplementation(projects.:jvm-core)
// implementation(projects.jvmCore) // ModuleCheck finding [unused-dependency]
}