kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

Exceeds Dex Limit of 64k in its current state. #108

Closed KishoreBabuIN closed 7 years ago

KishoreBabuIN commented 7 years ago

I just cloned the repo and tried to build

./gradlew clean assemble  

The build fails with the following error:

Dex: The number of method references in a .dex file cannot exceed 64K.

Is this a known issue? I can try and submit a pull request to fix this soon. I just wanted to check before a pull request.

kaushikgopal commented 7 years ago

✌️ merged PR. Thanks for this