-
Hi,
The new stable version of Android Studio suggest to update Gradle to 3.4.0 to get all the latest benefits.
After updating my Gradle from 3.3.2 ( wrapper 4.10.1 ) to 3.4.0 ( wrapper 5.1.1 ) th…
-
I'm using rxkotlin-jdbc and a Hikari data source in a TornadoFX project and found that a connection is leaking whenever I use `fun DataSource.execute` to delete objects from an underlying PostgreSQL d…
-
Hello,
the build fails with
> /clean-architecture-koin-boilerplate/data/src/main/java/org/buffer/android/boilerplate/data/BufferooDataRepository.kt: (3, 21): Unresolved reference: Completable
-
Error message providing me by IDEA:
```
Cannot access 'io.reactivex.ObservableSource' which is a supertype of 'com.example.androidbasics.fragments.FirstFragmentFeature'.
Check your module classp…
-
Goals:
- the whole app will vastly rely on Dependency Injection using Dagger.
- Kotlin Coroutines stable release, so it might be a better option for handling threading and concurrency than RxJava …
-
Hi there,
I'm newbie for RxKotlin, trying write some code at Android.
But I found a (maybe?) a bug and got crazy on this issues.
There is the simplified example.
I wrote a sample module with a …
-
- [ ] consider using RxKotlin
- [ ] consider using a library for observable lists
- [ ] consider using WeakReference in observers
- [ ] measure performance on a large AST
- [ ] measure memory usag…
-
thanks for your work!
in https://thomasnield.gitbooks.io/rxjavafx-guide/content/2.%20RxJava%20Fundamentals.html]
thre is a reference to
import rx.lang.kotlin.subscribeBy
and should be
import io.r…
-
Would there be an interest in having something along the lines of the below in the project? It's just an extension for converting List to Single via an extension function. There could even be a better…
-
At KotlinConf 2018, a new type inference system was announced and it will fix the SAM issue. I believe this is going to be in experimental stages for some time and is slated for Kotlin 1.4.
![](ht…