icerockdev / moko-kswift

Swift-friendly api generator for Kotlin/Native frameworks
https://moko.icerock.dev
Apache License 2.0
348 stars 21 forks source link

excludeLibrary/includeLibrary should use group+name value #79

Open Alex009 opened 1 year ago

Alex009 commented 1 year ago

At now in excludeLibrary/includeLibrary we should pass name/artifactId part of artifact. like excludeLibrary("kotlinx-coroutines-core"). But with this implementation we cant filter dependencies with same name but different groups. So we should change filter to use group+name:

excludeLibrary("org.jetbrains.kotlinx:kotlinx-coroutines-core")