Remove apt, add manual EventBusIndex (not sure if it works)

This commit is contained in:
len
2016-03-19 18:39:18 +01:00
parent 14f248546a
commit 53fae2939a
10 changed files with 153 additions and 95 deletions

View File

@@ -3,7 +3,6 @@ import java.text.SimpleDateFormat
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.neenbedankt.android-apt'
ext {
// Git is needed in your system PATH for these commands to work.
@@ -131,7 +130,6 @@ dependencies {
compile 'com.github.amulyakhare:TextDrawable:558677e'
compile "org.greenrobot:eventbus:3.0.0"
apt "org.greenrobot:eventbus-annotation-processor:3.0.1"
compile "com.google.dagger:dagger:$DAGGER_VERSION"
kapt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
@@ -151,7 +149,7 @@ dependencies {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
androidTestApt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
kaptTest "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}