After I have converted a Java
file to Kotlin
, I get the error:
com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536
But, It only happens with 'make Project'. If I run 'debug app', It works fine (no problem).
- In fact I use:
1) Multidex
Setting's for Google Guide
2) I checked it on Android Studio 3.2 and 3.0x
3) If I do not convert Java
to Kotlin
, It works, no problems.