json-iterator / java

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
http://jsoniter.com/
MIT License
1.51k stars 518 forks source link

lib doesn't compile with com.android.tools.build:gradle:3.4.0 #237

Open ilyamuromets opened 5 years ago

ilyamuromets commented 5 years ago

I use your lib in android app. Before I used classpath "com.android.tools.build:gradle:3.1.3" and all worked fine. But now I have increased version of gradle "com.android.tools.build:gradle:3.4.0" and Android Studio shows me the error: "Could not find or load main class my.full.package.JsoniterCodegen". I can't find reason of fail. Are there any suggestions?