Rok Oblak
05/22/2025, 4:59 PMRok Oblak
05/22/2025, 5:12 PM@JsName("google.maps.Map")
external class GMap(element: Element) {
}
It it directly caused by upgrading Kotlin from 2.1.10 to 2.1.20Artem Kobzar
05/22/2025, 7:00 PMbashor
05/26/2025, 6:13 PMbashor
05/26/2025, 6:15 PMcomposeApp.uninstantiated.mjs:5084
) and share what is there?Rok Oblak
05/27/2025, 4:18 AMRok Oblak
05/27/2025, 4:31 AMbashor
05/27/2025, 9:44 PMbashor
06/02/2025, 9:40 PMval handler = CoroutineExceptionHandler { _, exception ->
println("CoroutineExceptionHandler got ${exception.stackTraceToString()}")
}
Rok Oblak
06/08/2025, 8:21 AMGmap(element)
) and that does successfully catch the exception, however it is non-informative:
console.js:36 JsException: Exception was thrown while running JavaScript code
bashor
06/11/2025, 9:45 PMRok Oblak
06/12/2025, 8:33 PM