carlos gabriel ugaz burga
07/13/2024, 3:35 AMdependencies.add("testImplementation",project(":B"))
But It didn't work. Does anyone know how I can achieve this?Sebastian Schuberth
02/28/2025, 1:36 PMkotlin {
jvm()
sourceSets {
commonTest {
dependencies {
implementation(project(":utils:test"))
}
}
}
}