You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build/generated-sources/main/protokt/com/toasttab/protokt/descriptor.kt:1290:13 Platform declaration clash: The following declarations have the same JVM signature (setRepeated(Ljava/lang/Boolean;)V):
fun `<set-isRepeated>`(`<set-?>`: Boolean?): Unit defined in com.toasttab.protokt.ExtensionRangeOptions.Declaration.DeclarationDsl
fun `<set-repeated>`(`<set-?>`: Boolean?): Unit defined in com.toasttab.protokt.ExtensionRangeOptions.Declaration.DeclarationDsl
The text was updated successfully, but these errors were encountered:
They added a new field to replace is_repeated in the Declaration proto inside the ExtensionRangeOptions and named it repeated, which in Kotlin both generate the same setter for Java. They removed the field in 3.24.0+ protocolbuffers/protobuf@96c601d
Would love to get #195 merged to move over the issue
The text was updated successfully, but these errors were encountered: