Small fixes for accessing upb from Kotlin/Native.

* Tell cinterop that the `const char*` parameter in `upb_Decode` is not actually a string.

* Add `kotlin_native_hint` to `upb/wire`.

PiperOrigin-RevId: 601795518
pull/15578/head
Éamonn McManus 10 months ago committed by Copybara-Service
parent a12409b0f6
commit b809398add
  1. 5
      upb/BUILD

@ -437,7 +437,10 @@ filegroup(
# "**/*.hpp",
# ]),
# kotlin_package = "upb",
# no_string_conversion = ["_upb_MiniTable_Build"],
# no_string_conversion = [
# "_upb_MiniTable_Build",
# "upb_Decode",
# ],
# strict_enums = [
# "upb_CType",
# "upb_DecodeStatus",

Loading…
Cancel
Save