Reaktive
Reaktive copied to clipboard
Kotlin multi-platform implementation of Reactive Extensions
There are some APIs that can be improved/simplified. This issue is to collect all the cases. This is also a good place to raise and discuss any proposals or concerns....
``` > Could not resolve all files for configuration ':testRuntimeClasspath'. > Could not resolve org.jetbrains.kotlin:kotlin-test-junit5:1.7.10. Required by: project : > org.jetbrains.kotlin:kotlin-test:1.7.10 > Module 'org.jetbrains.kotlin:kotlin-test-junit5' has been rejected: Cannot select module...
And also add some KDocs. Subject: https://github.com/badoo/Reaktive/tree/master/reaktive/src/commonMain/kotlin/com/badoo/reaktive/plugin Also maybe make `onAssembleXxx` top level functions internal: https://github.com/badoo/Reaktive/blob/98b8dfbffccdde272ebb38ae3a2ad1c659745363/reaktive/src/commonMain/kotlin/com/badoo/reaktive/plugin/ReaktivePlugins.kt#L37
I'm not sure how to create Observables, Singles etc. in iOS views. Let's say this is in my shared module: ``` kotlin interface SampleView { val reloadTrigger: Observable val sortTrigger:...
~~Use GitHub package manager~~ GitHub package manager [does not](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages) support maven's snapshots.
... or stop inlining JVM builders as well (check benchmarks). Blocked by https://youtrack.jetbrains.com/issue/KT-44764
Compare git tag and version in Gradle. If they differs, use git tag version. Then create issue or create pull request with fix (simple string replacement in `build.gradle` file).
We need to investigate if there are any existing solutions for MPP.
As part of #620
The new Apple Silicon `macos-14` runner is now available for free, and it should be much faster.