<Gradle Protobuf plugin builds error with new vers...
# stackoverflow
r
Gradle Protobuf plugin builds error with new version of Gradle I have a Kotlin project with a build.gradle.kts file which has some protobuf task. It has Gradle version 7.5 and com.google.protobuf version 0.8.14. I am trying to upgrade the Grade from 7.5 to 8.10. However I got the following error when building the project. Anybody see this before? * What went wrong: 'org.gradle.api.NamedDomainObjectContainer org.gradle.kotlin.dsl.NamedDomainObjectContainerExtensionsKt.invoke(org.gradle.api.NamedDomainObjectContainer, kotlin.jvm.functions.Function1)'...