Skip to content

Commit

Permalink
it builds like this
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 9, 2025
1 parent e5f1bc8 commit 919f204
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,6 @@ abstract class HybridTestObjectSwiftKotlinSpec: HybridObject() {
@Keep
abstract fun getComplexCallback(): (value: Double) -> Unit

@DoNotStrip
@Keep
private fun getComplexCallback(): Func_void_double {
val __result = getComplexCallback()
return __result
}

@DoNotStrip
@Keep
abstract fun getValueFromJSCallbackAndWait(getValue: () -> Promise<Double>): Promise<Double>
Expand Down

0 comments on commit 919f204

Please sign in to comment.