Questions tagged [android-gradle-3.4.0]
4 questions
3
votes
4 answers
Lombok not working with Android Studio 3.4
After updating android studio to 3.4, am facing issues with lombok plugin. Though inside model class, annotations are recognised and showing properly, in activity all getter and setter functions i have used, are not recognised.
I can build project…

Jai
- 217
- 1
- 4
- 15
1
vote
1 answer
Cannot upgrading gradle Android Studio 3.4., Gradle 5 dependencies break randomly
When I was trying to upgrade my Android Studio to 3.4, the update does not go smoothly rather, some dependencies break. In my case, the RxJava/RxKotlin dependencies are breaking without giving any clue. Even that is happening randomly as I have…

erluxman
- 18,155
- 20
- 92
- 126
1
vote
1 answer
Define Checkstyle Task with android gradle plugin 3.4.0
I upgraded my build.gradle file to android gradle plugin 3.4.0 with gradle 5.11.
My build.gradle:
apply plugin: 'com.android.application'
apply plugin: 'checkstyle'
android {
compileSdkVersion 28
buildToolsVersion buildVersion
…

Christopher
- 9,682
- 7
- 47
- 76
0
votes
1 answer
Gradle 3.4.1 not able to parse the response into Object with Proguard
I just updated my Gradle to 3.4.1.
I am having an API call inside one of my module.
I am using the module inside the app :
implementation com.mindvalley.module_login:Module_Login:$rootConfiguration.loginLibraryVersion
Now when I generate a signed…

Harsh
- 599
- 3
- 20