during implementation enableFeaturePreview("TYPESA...
# kotlin-dsl
s
during implementation enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") it shows error org.gradle.api.internal.catalog.GeneratedClassCompilationException: Unable to compile generated sources: - File RootProjectAccessor.java, line: 44, method getRun() is already defined in class org.gradle.accessors.dm.RootProjectAccessor
Unable to compile generated sources:
- File RootProjectAccessor.java, line: 44, method getRun() is already defined in class org.gradle.accessors.dm.RootProjectAccessor
v
Your root project and one of its childs both are called
run