Closed MaxMichel2 closed 2 years ago
The most recent form of protobuf is actually 3.21.4. We made a mistake in releasing 4.0.0. If you use 3.21.4 instead, is this issue still there?
Yes, I tried multiple versions including this one. I can however point out that with the Android Gradle Plugin version 7.0.2 (with Kotlin 1.5 or 1.6, I'm not 100% sure which version) the issue didn't arise
The fact that it works with other versions of Android Gradle Plugin makes me think this might be a bug there, can you file an issue with them?
Probably, I'll file one on their side! Thank you for your reply!
What version of protobuf and what language are you using? Version:
What operating system (Linux, Windows, ...) and version? Windows 10
What runtime / compiler are you using (e.g., python version or gcc version)
What did you do?
Clean architecture application with a specific data module build.gradle.kts file
All that was doen was build the project but the build failed
What did you expect to see
Task :data:generateDebugProto to execute correctly without errors
What did you see instead?
Execution failed for task ':data:generateMockDebugProto'.