Open JakeWoki opened 7 years ago
Anyway to get this lib thru the mavenCentral/jcenter?
@AlexTrotsenko I'm working on a deploy so you are able to use it. Coming very soon :)
Great news, thanks! Keep us posted!
Closing since this is a WIP and will be out very soon :)
@android10 Any update?
@android10 Looking forward for this to hit mavenCentral / jcenter!
Sorry guys I did not have enough time. The first version is almost there..need a couple of details..feel free to contribute.
The idea is to launch before Christmas!
Any update?
I have been working on this but I'm facing the following issue:
Observables
are emitting, are not right and behave a bit weirdly, especially since RxJava 2 api changed. @nikrv if you are interested in helping, please download the code and send a PR. I would appreciate any help here.
it looks like this issue isn't resolved yet ?
still open, right?
The problem is that I could not deploy anything because the library is working with Java but not Kotlin. I cannot find a way to compile aspects (using aspectj) in Kotlin so no code is being generated and for instance no debug information in kotlin projects.
Any contribution is welcome.
Wish I could help somehow but I don't know Aspect. From what I've understand, there is no way to use it yet besides importing it into my own app., right?
@ViperAlpha you have to imported in your project and it is not going to work with kotlin yet. You can check the AspectJ doc if you want to contribute, actually that is not the problem, because that is working in Java, it is about invoking the aspect compile when compiling kotlin. All that logic resides in the gradle plugin.
Any update?
@maxhectorizquierdo as I said, due to the lack of time I could not do much...this needs research so any help and contribution is more than welcome.
good news there are 2 solutions!
The spring kotlin plugin to get aspectj or via the other workaround described in this so answer thread:' 'https://stackoverflow.com/questions/44364633/aspectj-doesnt-work-with-kotlin
my assumption when looking is that could not enable it via just using the kapt plugin
hope it helps get frodo2 working with kotlin
@shareme that is good news! Let me explore this for a bit and I will get back to the project. Thanks for sharing :)
I tried attaching frodo2-plugin on the instruction, but I get same issue. How attach the frodo2-plugin at my project other way?
Any update?
Error:Could not find com.fernandocejas.frodo2:frodo2-plugin:0.9.0. Searched in the following locations: file:/E:/soft/androidstudio/androidstudio/gradle/m2repository/com/fernandocejas/frodo2/frodo2-plugin/0.9.0/frodo2-plugin-0.9.0.pom file:/E:/soft/androidstudio/androidstudio/gradle/m2repository/com/fernandocejas/frodo2/frodo2-plugin/0.9.0/frodo2-plugin-0.9.0.jar https://jcenter.bintray.com/com/fernandocejas/frodo2/frodo2-plugin/0.9.0/frodo2-plugin-0.9.0.pom https://jcenter.bintray.com/com/fernandocejas/frodo2/frodo2-plugin/0.9.0/frodo2-plugin-0.9.0.jar https://repo1.maven.org/maven2/com/fernandocejas/frodo2/frodo2-plugin/0.9.0/frodo2-plugin-0.9.0.pom https://repo1.maven.org/maven2/com/fernandocejas/frodo2/frodo2-plugin/0.9.0/frodo2-plugin-0.9.0.jar file:/C:/Users/Administrator/.m2/repository/com/fernandocejas/frodo2/frodo2-plugin/0.9.0/frodo2-plugin-0.9.0.pom file:/C:/Users/Administrator/.m2/repository/com/fernandocejas/frodo2/frodo2-plugin/0.9.0/frodo2-plugin-0.9.0.jar Required by: project :frodo2-android-sample