Search code examples
androidkotlingradleandroid-gradle-plugingradle-kotlin-dsl

Issue using Kandy in Android apps


I wanted to implement charts in my android app, so i find Kandy, a library for kotlin. I tried to use it, but after lots of problem that i solved adding exclusions and mergers in the build.gradle file, an another problem pop up. Can anyone tell me how to implement Kandy in Android apps, with gradle and using compose?


Solution

  • Kandy is not a library designed for being included in an Android project, therefore the issues you're experiencing are expected.

    If your requirement is to draw charts in Android, you should probably look at https://github.com/PhilJay/MPAndroidChart or other libraries natively written in Jetpack Compose.