Jason
12/09/2024, 7:14 PMimplementation(projects.shared)
vs
implementation(project(":shared"))
For some reason the first way does not work for me, not sure what I have to do get it resolved, thanks for you time.
The error
shared/build.gradle.kts4220: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public val TaskContainer.projects: TaskProvider<ProjectReportTask> defined in org.gradle.kotlin.dslRaed Ghazal
12/09/2024, 7:21 PMenableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
set in your gradle settings?Jason
12/09/2024, 7:57 PM