alexhelder
07/30/2024, 9:22 PMIgor Alshannikov
07/31/2024, 7:15 PMskiko-android
and Android-specific or maybe just JVM (not sure here) compose artifacts: https://github.com/JetBrains/lets-plot-compose-demos/blob/1120946fcfdf20800e192215edbe0e30d174bfa9/compose-android-min/build.gradle.kts#L105
Another option is to use Kotlin/JS and lets-plot in WebView.alexhelder
08/01/2024, 1:41 AMskiko.version
in `gradle.properties`to 0.8.10 i got
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/jetbrains/letsPlot/skia/view/SvgSkikoView;`
It might be nice if the project also had a branch for jetpack compose to ensure that still works as wellalexhelder
08/01/2024, 1:42 AMIgor Alshannikov
08/01/2024, 7:17 PM