frodo2 icon indicating copy to clipboard operation
frodo2 copied to clipboard

Kotlin support

Open bbetter opened this issue 6 years ago • 3 comments

Frodo has issue with kotlin support is it somehow resolved in this version?

bbetter avatar Apr 25 '18 09:04 bbetter

Hello! Can you be more specific? What are the issues you found?

android10 avatar May 24 '18 18:05 android10

kotlin methods annotated with @RxLogFlowable do not works

    @RxLogFlowable
    Flowable<Integer> numbers() {
        return Flowable.just(1, 2, 3, 4);
    }

m-ivanov avatar Oct 13 '18 18:10 m-ivanov

Yes, it is true, the issue is that I'm trying to get some help to trigger the aspect compile with Kotlin....

Any help/contribution very appreciated it.

Check this issue: https://github.com/android10/frodo2/issues/1

android10 avatar Oct 14 '18 10:10 android10