Skip to content

Commit

Permalink
🔥 remove apt
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYeoh committed Aug 1, 2018
1 parent 4135f1d commit 743da34
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 131 deletions.
1 change: 0 additions & 1 deletion rigger-annotation/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions rigger-annotation/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion rigger-processor/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions rigger-processor/build.gradle

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions rigger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ android {
versionName rootProject.ext.rigger.publishVersion

multiDexEnabled true

javaCompileOptions {
annotationProcessorOptions {
includeCompileClasspath true
}
}
}

compileOptions {
Expand All @@ -50,6 +44,4 @@ android {
dependencies {
implementation rootProject.ext.dependencies.appcompatV7
api rootProject.ext.dependencies.aspectJ
annotationProcessor project(':rigger-processor')
api project(':rigger-annotation')
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':rigger', ':rigger-processor', ':rigger-annotation'
include ':app', ':rigger'

0 comments on commit 743da34

Please sign in to comment.