File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
src/iosMain/kotlin/com/blockstream/common/di Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ sqldelight {
3333 linkSqlite.set(true )
3434}
3535
36+ nativeCoroutines { k2Mode = false }
37+
3638kotlin {
3739 compilerOptions {
3840 freeCompilerArgs.add(" -Xexpect-actual-classes" )
Original file line number Diff line number Diff line change @@ -108,10 +108,6 @@ fun startKoin(doOnStartup: () -> Unit = {}) {
108108// } binds (arrayOf(DeviceConnectionManager::class, DeviceConnectionInterface::class))
109109 single<FcmCommon > {
110110 object : FcmCommon (get()) {
111- override fun showDebugNotification (notification : NotificationData ) {
112-
113- }
114-
115111 override fun showBuyTransactionNotification (notificationData : NotificationData ) {
116112 // no-op
117113 }
@@ -134,6 +130,10 @@ fun startKoin(doOnStartup: () -> Unit = {}) {
134130
135131 }
136132
133+ override fun showDebugNotification (title : String , message : String ) {
134+
135+ }
136+
137137 }
138138 }
139139 })
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ usb-serial = "0f16336a4e"
6363uuid = " 0.8.4"
6464desugar = " 2.1.5"
6565zxing-android-embedded = " 4.3.0"
66- kmp-nativecoroutines = " 1.0.0-ALPHA-43 "
66+ kmp-nativecoroutines = " 1.0.0-ALPHA-44 "
6767compose-tooling-preview = " 1.8.2"
6868navigation = " 2.9.0-beta02"
6969jetbrains-compose = " 1.8.1"
You can’t perform that action at this time.
0 commit comments