android10 / frodo2

Android Library for Logging RxJava2 Components
143 stars 14 forks source link

Could not find com.fernandocejas.frodo2:frodo2-plugin:0.9.0 #1

Open JakeWoki opened 7 years ago

JakeWoki commented 7 years ago

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

AlexTrotsenko commented 7 years ago

Anyway to get this lib thru the mavenCentral/jcenter?

android10 commented 7 years ago

@AlexTrotsenko I'm working on a deploy so you are able to use it. Coming very soon :)

AlexTrotsenko commented 7 years ago

Great news, thanks! Keep us posted!

android10 commented 7 years ago

Closing since this is a WIP and will be out very soon :)

Idolon-V commented 6 years ago

@android10 Any update?

shanno29 commented 6 years ago

@android10 Looking forward for this to hit mavenCentral / jcenter!

android10 commented 6 years ago

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!

nikrv commented 6 years ago

Any update?

android10 commented 6 years ago

I have been working on this but I'm facing the following issue:

@nikrv if you are interested in helping, please download the code and send a PR. I would appreciate any help here.

Zulqurnain commented 6 years ago

it looks like this issue isn't resolved yet ?

chjaeggi commented 6 years ago

still open, right?

android10 commented 6 years ago

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.

reinaldomoreira commented 6 years ago

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?

android10 commented 6 years ago

@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.

maxhectorizquierdo commented 6 years ago

Any update?

android10 commented 6 years ago

@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.

fredgrott commented 5 years ago

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

android10 commented 5 years ago

@shareme that is good news! Let me explore this for a bit and I will get back to the project. Thanks for sharing :)

exitoso commented 5 years ago

I tried attaching frodo2-plugin on the instruction, but I get same issue. How attach the frodo2-plugin at my project other way?

abnormalbbk commented 5 years ago

Any update?