Brill Pappin

Results 49 issues of Brill Pappin

`Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in "/data/app/` This happens when i have the core lib and the ktx lib included as a dependency in commonMain (KMP). I seem...

When i try to import the library into my commonMain I get a lot of errors. ![Image](https://github.com/user-attachments/assets/467c8631-88f1-4fd2-876f-487518579313) It looks to me as if they are simply not included in the...

**KMPNotifier and Kotlin version:** kmpnotifier version: 1.5.1, kotlin version: 2.1.10 **Describe the bug** After following the instructions, i get the error: iOSApp.swift:34:9 Cannot find 'NotifierManager' in scope **In which platform...

The XCode permission key should be "NSCameraUsageDescription". You have the friendly name listed that the IDE sees.

When unit testing code that uses the HumanReadable library, an exception is thrown. libcore/icu/NativePluralRules java.lang.NoClassDefFoundError: libcore/icu/NativePluralRules at io.github.skeptick.libres.strings.PluralString_androidKt.getPluralizedString(PluralString.android.kt:14) at io.github.skeptick.libres.strings.VoidPluralString.format(PluralString.common.kt:6) at nl.jacobras.humanreadable.TimeUnit.format(TimeUnit.kt:50) at nl.jacobras.humanreadable.HumanReadableDurationKt.formatDuration-VtjQ1oo(HumanReadableDuration.kt:32) at nl.jacobras.humanreadable.HumanReadable.duration_LRDsOJo$lambda$1(HumanReadable.kt:42) at nl.jacobras.humanreadable.SafelyTranslateKt.safelyTranslate(SafelyTranslate.kt:10) at nl.jacobras.humanreadable.HumanReadable.duration-LRDsOJo(HumanReadable.kt:42)

bug

When setting the internal upon tracking, the iOS implementation seems to ignore the interval setting and streams location events at whatever its speed is set to.

Once installed, attempting to build generates this exception. It looks to me like the plugin has not been updated to current gradle or kmp versions. java.lang.NoSuchFieldError: Class org.jetbrains.kotlin.config.JVMConfigurationKeys does not...

Is the native code for iOS in the wrong place? > Task :data:compileKotlinIosSimulatorArm64 FAILED /Users/bpappin/Workspace/atalanta/data/src/commonMain/kotlin/pappin/watchdog/monitors/ConnectivityMonitorImpl.kt:3:12: error: Unresolved reference 'jordond'. /Users/bpappin/Workspace/atalanta/data/src/commonMain/kotlin/pappin/watchdog/monitors/ConnectivityMonitorImpl.kt:15:32: error: Unresolved reference 'Connectivity'. /Users/bpappin/Workspace/atalanta/data/src/commonMain/kotlin/pappin/watchdog/monitors/ConnectivityMonitorImpl.kt:20:71: error: Unresolved reference 'Status'.

in file: **com.halilibo.richtext.ui.util.UUID.kt** You have it set up as an expect/actual, which means that you need to implement it for each platform. If you replace the platform specific code with...

**Describe the bug** The documentation says: > "To generate BuildKonfig files, run generateBuildKonfig task. > This task will be automatically run upon execution of kotlin compile tasks." however that is...

contribution welcome
need more info