You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot access 'io.reactivex.ObservableSource' which is a supertype of 'com.example.androidbasics.fragments.FirstFragmentFeature'.
Check your module classpath for missing or conflicting dependencies
And the same one more errors in same class but with different "can't access":
When I tried to compile with that error I got this:
C:\...\android.basics\app\build\tmp\kapt3\stubs\debug\com\example\androidbasics\fragments\FirstFragmentFeature.java:6: error: cannot access Consumer
public final class FirstFragmentFeature extends com.badoo.mvicore.feature.ReducerFeature {
^
class file for io.reactivex.functions.Consumer not found C:\...\android.basics\app\build\tmp\kapt3\stubs\debug\com\example\androidbasics\fragments\FirstFragmentFeature.java:13: error: cannot access ObservableSource
public static final class State {
^
class file for io.reactivex.ObservableSource not found C:\...\android.basics\app\build\tmp\kapt3\stubs\debug\com\example\androidbasics\fragments\FirstFragmentFeature.java:56: error: cannot access Disposable
public static abstract class Wish {
^
and this: A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
Error message providing me by IDEA:
And the same one more errors in same class but with different "can't access":
It also shown randomly, for example, I just formatter file or add any symbol and code analyzer do wakeup :).
Deps related probably to this issue:
where
rxkotlin_version
,rxandroid_version
is 3.0.0 andrxjava_version
is3.0.4
Fragment state to reproduce (some lines formatted to in-line): it's pure boilerplate code
Installed mvicore dependencies (in app/build.gradle): used 1.2.4 version
The text was updated successfully, but these errors were encountered: