-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: New Callback implementation that extends
() -> T
in Kotlin (f…
…aster!) (#470) * feat: Add `optionalCallback` property test * fix: Remove unneeded braces for Swift functions * fix: Implement HybridTestObject * Update Podfile.lock * feat: Implement `getComplexCallback(): T`) * feat: Add actual test * Update HybridTestObjectKotlin.kt * lint * it builds like this * suppress * fix: Use `_cxx` suffix and fix missing struct constructors * fix special handling * fix: DoNotStrip only if called from C++ * fix: Fix warns * fix: Use `?.let` * fix: Fix downcasting WOOHOOO * fix: Fix upcasting now for functions * Revert the `try`/`catch` patch changes again * fix: `fromCpp()` should return the interface instead * Comments * fix: Also annotate primary constructor
- Loading branch information
Showing
81 changed files
with
1,471 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.