-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
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')
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels