-
This is something we've talked about in a number of places. Filing this to have a single thread to cross-reference.
The notifications we show on Android are driven by Android-native code, written i…
-
Hey
I'm unable to sync my KMM project and use the library.
```A problem occurred configuring project ':shared'.
> Could not resolve all dependencies for configuration ':shared:iosArm64CompileK…
-
Problem : Runtime crash
Reproducibility : 100%
How to get the problem: Issue can be replicated using the name-game sample demo by replacing the redux version from 0.2.6 to 0.5.1.
Stacktrace:…
-
# Problem: when I perform this sequence of events the app resets:
1. Enter the password
2. Touch confirm button
3. Rotate the device twice
or (if it's the first time):
1. Create new passwor…
-
Kotlin for wasm is now [alpha](https://blog.jetbrains.com/kotlin/2023/12/kotlin-for-webassembly-goes-alpha/) but it appears redux-kotlin supported a prior wasm32 target ending with version 0.5.5?
-
Looks like that the generated classes from from immutables cannot be found on kotlin files.
I have also tried with 'kotlin-kapt' plugin without success.
```
Using kotlin incremental compilation…
-
Hi Jussi, many thanks for your video course at packt, one of the beest I had so far, learnt a lot, not only about kotlin, but also gradle, springboot and module-architecture.
I am trying to adopt y…
-
Redux framework defines reducers as:
`(previousState, action) => newState`
And all implementations I found for redux (Java, Kotlin, Swift, JS ...) the first argument is the state and the second …
-
I import SDK locally like this:
api project(path: ':calling')
api(project(path: ':chat')) {
exclude group: 'com.microsoft', module: 'trouter-client-android'
}
call is work…
-
The `redux-kotlin` and `redux-kotlin-thunk` libraries are pretty much clones of their JS counterparts. However, in addition to this library currently not working, it is also very disjointed from JS R…