holgerbrandl / krangl

krangl is a {K}otlin DSL for data w{rangl}ing
MIT License
560 stars 50 forks source link

Problem integrating krangl in android project #123

Open lucsanselme opened 3 years ago

lucsanselme commented 3 years ago

I've included implementation "com.github.holgerbrandl:krangl:0.16.2" in my build.gradle module, and I get :

com.android.tools.r8.errors.b:` Method name '=' in class 'krangl.Extensions' cannot be represented in dex format.

Thank you in advance.

holgerbrandl commented 3 years ago

I think we had a similar ticket a while ago. I'm still unsure if the operator should be dropped.

lucsanselme commented 3 years ago

Do you have a solution to make it work as is ?

Thank you

krisusmaxus commented 2 years ago

Did you manage to run krangl on Android? After adding to dependencies:

holgerbrandl commented 2 years ago

This error seems unrelated to rangl. Not sure how to help.