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

Error with Gradle #2

Closed
carmas123 opened this issue Apr 29, 2016 · 3 comments
Closed

Error with Gradle #2

carmas123 opened this issue Apr 29, 2016 · 3 comments

Comments

@carmas123
Copy link

If I try to use (like documented)

compile 'com.mcxiaoke.koi:core:0.5.1'
compile 'com.mcxiaoke.koi:async:0.5.1'

I got this error:

Error:Module 'com.mcxiaoke.koi:core:0.5.1' depends on one or more Android Libraries but is a jar

@carmas123
Copy link
Author

solved with this:

compile('com.mcxiaoke.koi:core:0.5.1') {
    exclude group: 'com.android.support', module: 'support-v4'
}
compile('com.mcxiaoke.koi:async:0.5.1') {
    exclude group: 'com.android.support', module: 'support-v4'
}

@mcxiaoke
Copy link
Owner

mcxiaoke commented May 3, 2016

thanks, I'll fix it in next release.

@mcxiaoke
Copy link
Owner

mcxiaoke commented May 4, 2016

fixed in 0.5.2

@mcxiaoke mcxiaoke closed this as completed May 4, 2016
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

2 participants