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

How to upload my annotation processor? #10

Open
Xiaofei-it opened this issue Sep 1, 2016 · 1 comment
Open

How to upload my annotation processor? #10

Xiaofei-it opened this issue Sep 1, 2016 · 1 comment

Comments

@Xiaofei-it
Copy link

Xiaofei-it commented Sep 1, 2016

Hi, I have developed a library (See HERE), which consists of two sub-libraries. One is comparator-generator and the other one is comparator-generator-annotation-processor.

I have uploaded comparator-generator to bintray, by following your instruction.

Also, I have uploaded the annotation processor in the same way. But I cannot download it to process the annotations. Could you please tell me how to upload the annotation processor in a correct way?

Thank you in advance for your help.

By the way, my aim is to let a user download my library in the following way:

apply plugin: 'android-apt'

android {
    ...
}

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
    }
}

dependencies {
    apt project(':comparator-generator-annotation-processor')
    compile project (':comparator-generator')
}

@GaurangShaha
Copy link

@Xiaofei-it Did you figure out any solution for it?

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