I have trouble running the protobuf generation ste...
# gradle
r
I have trouble running the protobuf generation steps from within Gradle. Maybe it is related to my build.gradle.kts` being multiplatform? Running the build script seems to not generate anything (for protobuf), although there are .proto files This is my script: https://gist.github.com/RdeWilde/eee5e77880971f77ee61518a5b447d7d and this is an official example: https://github.com/google/protobuf-gradle-plugin/blob/master/examples/exampleKotlinDslProject/build.gradle.kts anyone who can help me? Been stuck for 2 days 😞 I tried adding
proto { // ... }
to the sourceSets (commonMain), but didnt work, it gives an error proto is not recognized or something