Can I use amper to make a kmp library that also re...
# amper
t
Can I use amper to make a kmp library that also references local frameworks and performs the cinterop tool from .def file, and also reference an android .aar? That is, I need to create a KMP library wrapping some native SDKs. Thanks!
a
Hi, Tyler! There could be some not yet solved issues with the cinterop in Amper projects, like this one. Though the build should work, but it is not very smooth experience since IDE does not help. For now, I would advise using Gradle interop for all such scenarios.