frodo2
frodo2 copied to clipboard
Kotlin support
Frodo has issue with kotlin support is it somehow resolved in this version?
Hello! Can you be more specific? What are the issues you found?
kotlin methods annotated with @RxLogFlowable do not works
@RxLogFlowable
Flowable<Integer> numbers() {
return Flowable.just(1, 2, 3, 4);
}
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