[orx-crash-handler] Add crash handler with Slack reporter

This commit is contained in:
Edwin Jakobs
2025-10-24 12:18:00 +02:00
parent 0d43c330cb
commit 4204ee5eed
9 changed files with 239 additions and 0 deletions

View File

@@ -24,8 +24,10 @@ jsoup = "1.21.2"
mockk = "1.14.2"
processing = "4.4.10"
nmcp = "1.1.0"
okhttp = "5.2.1"
[libraries]
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" }
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
kotlin-scriptingJvm = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-jvm", version.ref = "kotlin" }