And how would I go about using a library like Skia...
# kotlin-native
m
And how would I go about using a library like Skia, which is awful to set up in gradle?
e
looks like skiko downloads pre-built skia from https://github.com/JetBrains/skia-pack
m
How would I do that in my own build.gradle.kts?
also, that only downloads skia, but generating bindings for C++ code is not yet supported as far as I know