Skip to content

Commit

Permalink
Switch Main.kt to use ProcessInfo.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Nov 28, 2024
1 parent 25bf9e8 commit 97521fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Android/app/src/main/kotlin/app/droid/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ open class AndroidAppMain: Application {
super.onCreate()
logger.info("starting app")
logger.info("loading AppDroidModel")
skip.android.bridge.kt.AndroidBridge.initBridge(this, "AppDroidModel")
ProcessInfo.launch(applicationContext)
logger.info("loaded AppDroidModel")
}

Expand Down
2 changes: 0 additions & 2 deletions Tests/AppDroidModelTests/AppDroidModelTests.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import XCTest
import Foundation
import SkipBridge
import Observation
import SkipAndroidBridgeKt
import SkipBridgeKt
@testable import AppDroidModel

Expand Down

0 comments on commit 97521fd

Please sign in to comment.