Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Include the @JvmOverloads annotation in the example app generated k…
…otlin code
  • Loading branch information
RobinCombrink committed Jun 1, 2024
commit 1c3cc03a0658f975b6c5f44d24feb785b1a3d62d
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ interface ExampleHostApi {
/** The codec used by ExampleHostApi. */
val codec: MessageCodec<Any?> by lazy { ExampleHostApiCodec }
/** Sets up an instance of `ExampleHostApi` to handle messages through the `binaryMessenger`. */
@JvmOverloads
fun setUp(
binaryMessenger: BinaryMessenger,
api: ExampleHostApi?,
Expand Down