Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JakeWoki opened this issue Mar 11, 2017 · 20 comments
Open

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

JakeWoki opened this issue Mar 11, 2017 · 20 comments

Comments

@JakeWoki
Copy link

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
Copy link

Anyway to get this lib thru the mavenCentral/jcenter?

@android10
Copy link
Owner

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

@AlexTrotsenko
Copy link

Great news, thanks! Keep us posted!

@android10
Copy link
Owner

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

@Idolon-V
Copy link

@android10 Any update?

@shanno29
Copy link

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

@android10
Copy link
Owner

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
Copy link

nikrv commented Jan 20, 2018

Any update?

@android10
Copy link
Owner

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 android10 reopened this Jan 21, 2018
@Zulqurnain
Copy link

it looks like this issue isn't resolved yet ?

@chjaeggi
Copy link

still open, right?

@android10
Copy link
Owner

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
Copy link

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
Copy link
Owner

@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
Copy link

Any update?

@android10
Copy link
Owner

@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
Copy link

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
Copy link
Owner

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

@exitoso
Copy link

exitoso commented Mar 25, 2019

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

@abnormalbbk
Copy link

Any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests