Alfian Akmal Hanantio

Results 5 comments of Alfian Akmal Hanantio

Dear sir: Please consider accepting this pull request. It contains my solution to the wc tool challenge. Thank you.

Same here Error Logs: ``` WebAssembly.instantiate(): Import #4337 "./skiko.mjs" "org_jetbrains_skia_Font__1nIsLinearMetrics": function import requires a callable LinkError: WebAssembly.instantiate(): Import #4337 "./skiko.mjs" "org_jetbrains_skia_Font__1nIsLinearMetrics": function import requires a callable ``` is there any...

Solved by upgrading compose plugin to version `1.7.0-alpha03`

I have similar problems when using `KoinApplication()`. Why does `KoinApplication()` throw an exception instead of using existing instances when the application is already initialized? Here's my workaround ```kotlin @Composable private...