-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RxKotlin is not resolved properly after updating Gradle to 3.4.0 #216
Comments
Same problem here with gradle plugin 3.4.1 and gradle wrapper 5.1.1. Also tried with gradle wrapper version 5.4.1 without luck. |
Same issue here, I'm back to Gradle plugin 3.3.0 and Gradle wrapper 4.10.3 |
Hi all, thanks for reporting the issue. I've been crazy busy these days and I'll try to get back to the Rx libraries I own soon. |
This helped. Thank you!! |
Thanks for posting this, I've been stuck on this for a few days. I appreciate it! |
If you are still facing this issue, along with the dependency of rxKotlin use this
Only works for Gradle 5.0 or above. (If I am not wrong) |
Is it planned some fix for this? Solutions here does not work for me |
@FireZenk RxKotlin 2.4.0-beta.1 has just been released. Can you try it out and post a feedback whether the issue still persists or is gone? |
I tried yesterday with this project, which uses RxKotlin version Here are dependencies I am using, For time being, I added |
issue is still there RxKotlin : 2.4.0-beta.1 |
I too have this problem. Basic classes aren't being found like Single. The includes don't work. The IDE is able to read the cache but and find the Single declaration but the kotlin compiler can't. When I look at the tool bar, I noticed the cache is pointing to a cache directory titled file-2.1. I make an app and morphdevapp and they both fail. Maybe it should point to 2.2? |
Workaround: |
Which version of Kotlin Plug-In are you using? |
1.3.50 |
@Jacks0N23 Trying with plug-in |
What AGP version? Since 3.5 it's working good |
subscribeBy removed |
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 ) the library is not resolved properly. That means all the references to rxKotlin in my project are not resolved. The behaviour is similar to commenting out the dependency in build.gradle.
Error examples:
library reference: implementation 'io.reactivex.rxjava2:rxkotlin:2.3.0'
kotlin gradle plugin version: '1.3.31'
Steps to fix:
The text was updated successfully, but these errors were encountered: