I'm getting a bunch of compilation errors from my ...
# gradle
j
I'm getting a bunch of compilation errors from my
repositoryConfig.gradle.kts
Copy code
Parallel execution is an incubating feature.
e: /Users/jonathanleitschuh/work/git2/control-fitting/repositoryConfig.gradle.kts:43:10: Unresolved reference: hasProperty
e: /Users/jonathanleitschuh/work/git2/control-fitting/repositoryConfig.gradle.kts:53:31: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
@Incubating @Deprecated public inline fun <reified T> Project.property(): PropertyState<???> defined in org.gradle.kotlin.dsl
@Incubating public inline fun <reified T> ObjectFactory.property(): Property<???> defined in org.gradle.kotlin.dsl
e: /Users/jonathanleitschuh/work/git2/control-fitting/repositoryConfig.gradle.kts:54:31: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
@Incubating @Deprecated public inline fun <reified T> Project.property(): PropertyState<???> defined in org.gradle.kotlin.dsl
@Incubating public inline fun <reified T> ObjectFactory.property(): Property<???> defined in org.gradle.kotlin.dsl
e: /Users/jonathanleitschuh/work/git2/control-fitting/repositoryConfig.gradle.kts:186:1: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
public val ExtensionAware.extra: ExtraPropertiesExtension defined in org.gradle.kotlin.dsl
e: /Users/jonathanleitschuh/work/git2/control-fitting/repositoryConfig.gradle.kts:187:1: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
public val ExtensionAware.extra: ExtraPropertiesExtension defined in org.gradle.kotlin.dsl
e: /Users/jonathanleitschuh/work/git2/control-fitting/repositoryConfig.gradle.kts:188:1: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
public val ExtensionAware.extra: ExtraPropertiesExtension defined in org.gradle.kotlin.dsl
e: /Users/jonathanleitschuh/work/git2/control-fitting/repositoryConfig.gradle.kts:189:1: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
public val ExtensionAware.extra: ExtraPropertiesExtension defined in org.gradle.kotlin.dsl