bluelinelabs / bluelinelabs/LoganSquare

Using both LoganSquare and butterknife ,conflicts

Open
#192 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
3.2k
Forks
303
PR merge metrics
No merged PRs in 30d

Description

Using both LoganSquare and butterknife ,conflicts

```
apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt'

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"

packagingOptions {
exclude 'META-INF/services/javax.annotation.processing.Processor'
}

defaultConfig {
applicationId "com.squizzz"
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compile 'com.bluelinelabs:logansquare:1.3.2'
provided 'com.bluelinelabs:logansquare-compiler:1.3.2'
compile 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
compile project(':framework')
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

No source file or test is named. Start by reproducing the conflict from the Android Gradle configuration shown, focusing on the LoganSquare and Butter Knife annotation-processing dependencies; done should identify the incompatibility and provide a verified resolution or clear documentation of the required configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.