Closed crowforkotlin closed 4 days ago
It seems like the problem is in this line: https://github.com/InsertKoinIO/koin/blob/4c56aa0f4bd27c3ab0837b939989d8060b82b3b2/projects/core/koin-core/src/commonMain/kotlin/org/koin/mp/KoinPlatformTools.kt#L39
Introduced in this commit: https://github.com/InsertKoinIO/koin/commit/926a7b6c90275a05b8c913a88cc3f7d4d6be82c7
Something is wrong with Uuid.random() on wasmJs
It seems like it is required to use https or localhost to access Uuid.random() on wasmJs: https://stackoverflow.com/a/77981051
4.0.1 will fix it 👍
./gradlew wasmJsBrowerRun It's normal to use localhost access
startkoin is normal, it is also normal when I delete modules, and there is a problem when modules are added