Aldo Wachyudi

Results 9 comments of Aldo Wachyudi

I solved this by upgrading to 8.2.1. (Due to project requirement I can not use annotationProcessor)

are you using `0.9.3` from maven ? would you specify what error effect?

I've tried to remove `dependsOn` task but the problem still occurs. I believe Gradle 7.0 doesn't allow us to use `projectDir`. Maybe because the root project is too dynamic so...

You're right, @android10 has address this in this [talk](https://www.youtube.com/watch?v=mcBRnZnZcCQ&t=577s). He said something like, > Do as I say, not as I do Maybe because primary usage for this repo is...

in that SO post, the method is not returning an Observable. However, buildUseCaseObservable method from UseCase class is returning Observable. So, it will execute on background Thread (in this case...

This is a great idea! Especially since Swift is widely used for writing iOS app. But for this issue, we need to create a new target/scheme for the example iOS...

@YichingChiang ~Sure thing, but I don't quite understand what you mean. `activity_main.xml` line of code is only 38.~ Ah, you mean `activity_post_login.xml`. Sure I have updated it! Please kindly review...

Kindly ping @YichingChiang @Capotasto 🙏

Use either `parser.removeErrorListeners()` or `lexer.removeErrorListener(ConsoleErrorListener.INSTANCE);` As mentioned here: https://stackoverflow.com/a/35286575/1760984