ttypic / swift-klib-plugin

Gradle Plugin for injecting Swift code into Kotlin Multiplatform Mobile shared module
MIT License
193 stars 9 forks source link

CryptoSwift is not working. #22

Closed aadeshmindtickle closed 2 months ago

aadeshmindtickle commented 10 months ago

I tried the steps for CryptoKit was working fine; but when I tried to use apis which made me import CryptoSwift it gave me error as

error: no such module 'CryptoSwift'
import CryptoSwift
ttypic commented 9 months ago

Hey @aadeshmindtickle, unfortunately right now it's impossible to import 3rd party libraries, plugin works only with built-in frameworks

IlyaGulya commented 2 months ago

Please track this issue instead: https://github.com/ttypic/swift-klib-plugin/issues/37