Alexander Hinze
01/15/2025, 1:57 AMTgo1014
01/15/2025, 10:00 AMAlexander Hinze
01/15/2025, 3:29 PMStefan Oltmann
08/29/2025, 12:01 PMbenkuly
08/29/2025, 12:02 PMmaven("<https://gitlab.com/api/v4/projects/58749664/packages/maven>")
implementation("de.connect2x:sysnotify:2.0.3")
Stefan Oltmann
09/16/2025, 12:19 PMgradle run
inside IDEA.
Looks like it may need additional configuration.
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'bundleProxyForCurrentProcess is nil: mainBundle.bundleURL file:///Library/Java/JavaVirtualMachines/zulu-24.jdk/Contents/Home/bin/'
*** First throw call stack:
(
0 CoreFoundation 0x000000018876bae0 __exceptionPreprocess + 176
1 libobjc.A.dylib 0x000000018822eb90 objc_exception_throw + 88
2 Foundation 0x0000000189d7ba78 -[NSCalendarDate initWithCoder:] + 0
benkuly
09/16/2025, 12:21 PMStefan Oltmann
09/16/2025, 12:46 PMrunReleaseDistributable
it does not crash immidiately.
This brings up a system dialog:
notificationHandler.requestPermissions {
println("Requested: $it")
}
But unfortunately this doesn't have any effect:
notificationHandler.push(
notification = Notification(
title = title,
description = message,
dismissible = true
),
tag = "tag???"
)
Stefan Oltmann
09/16/2025, 1:35 PMbenkuly
09/16/2025, 1:37 PMAlexander Hinze
09/16/2025, 5:34 PMStefan Oltmann
09/16/2025, 5:35 PMAlexander Hinze
09/16/2025, 5:35 PMAlexander Hinze
09/16/2025, 5:36 PMStefan Oltmann
09/19/2025, 12:55 PM