Hello, Can I add co.touchlab.skie in a kotlin mult...
# touchlab-tools
i
Hello, Can I add co.touchlab.skie in a kotlin multiplatform /Compose multiplatform module.
k
You should be able to. However, if you're building a fully Compose app, you might not be writing a lot of Swift, which would limit the value.
i
I have an app that mixes between swift and compose multiplatform. In fact I have the receipt to solve the problem. I added this in the project gradle: alias(libs.plugins.touchlabSkie) apply false Thanks
k
Ah, in that case, sure. Very useful.