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
feat: DSL option that opts-in source sets to requiring explicit dependencies.
This can help with a migration from Kotlin 1 to Kotlin 2, as the latter no longer
automatically adds all main dependencies to testFixtures (for example).
It is also generally useful if you believe all (or some) source sets should explicitly
declare their dependencies and not rely on Configuration inheritance.
0 commit comments