We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16677d0 commit e5bd0f2Copy full SHA for e5bd0f2
1 file changed
resources/src/iosMain/kotlin/dev/icerock/moko/resources/utils/NSBundleExt.kt
@@ -22,7 +22,7 @@ fun NSBundle.Companion.loadableBundle(identifier: String): NSBundle {
22
if (url.pathExtension == "bundle") {
23
val fullPath = "$bundlePath/$relativePath"
24
val loadedIdentifier: String? = NSBundle.bundleWithPath(fullPath)?.bundleIdentifier
25
- if(isBundleSearchLogEnabled) {
+ if (isBundleSearchLogEnabled) {
26
println("moko-resources auto-load bundle with identifier $loadedIdentifier at path $fullPath")
27
}
28
0 commit comments