Skip to content

Commit

Permalink
Fix missing JsName import
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGulya committed Jan 4, 2024
1 parent 9d3b0a3 commit 7bd804d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.badoo.reaktive.disposable

import kotlin.js.JsName

@JsName("disposableWithCallback")
@Suppress("FunctionName")
actual inline fun Disposable(crossinline onDispose: () -> Unit): Disposable =
Expand Down

0 comments on commit 7bd804d

Please sign in to comment.