Hello, Can I add co.touchlab.skie in a kotlin multiplatform /Compose multiplatform module.
k
kpgalligan
08/21/2024, 11:28 PM
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
Ismail BENABDALLAH
08/21/2024, 11:44 PM
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 falseThanks