frodo2 icon indicating copy to clipboard operation
frodo2 copied to clipboard

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

Open JakeWoki opened this issue 8 years ago • 20 comments

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

JakeWoki avatar Mar 11 '17 04:03 JakeWoki

Anyway to get this lib thru the mavenCentral/jcenter?

AlexTrotsenko avatar Sep 15 '17 13:09 AlexTrotsenko

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

android10 avatar Oct 27 '17 09:10 android10

Great news, thanks! Keep us posted!

AlexTrotsenko avatar Oct 28 '17 22:10 AlexTrotsenko

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

android10 avatar Nov 07 '17 12:11 android10

@android10 Any update?

Idolon-V avatar Nov 21 '17 12:11 Idolon-V

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

shanno29 avatar Nov 28 '17 06:11 shanno29

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!

android10 avatar Nov 28 '17 23:11 android10

Any update?

nikrv avatar Jan 20 '18 18:01 nikrv

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

  • The callbacks I'm receiving to detect in which threads 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.

android10 avatar Jan 21 '18 19:01 android10

it looks like this issue isn't resolved yet ?

Zulqurnain avatar May 16 '18 19:05 Zulqurnain

still open, right?

chjaeggi avatar Aug 15 '18 08:08 chjaeggi

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.

android10 avatar Aug 15 '18 15:08 android10

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?

reinaldomoreira avatar Aug 17 '18 11:08 reinaldomoreira

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

android10 avatar Aug 25 '18 14:08 android10

Any update?

maxhectorizquierdo avatar Oct 06 '18 18:10 maxhectorizquierdo

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

android10 avatar Oct 08 '18 08:10 android10

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

fredgrott avatar Jan 15 '19 14:01 fredgrott

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

android10 avatar Jan 17 '19 20:01 android10

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

exitoso avatar Mar 25 '19 04:03 exitoso

Any update?

abnormalbbk avatar Aug 13 '19 03:08 abnormalbbk