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

Filter with mask/wildcard #63

Open hoc081098 opened 1 year ago

hoc081098 commented 1 year ago

Can we filter with mask? like this

kswift {
  install(dev.icerock.moko.kswift.plugin.feature.SealedToSwiftEnumFeature) {
    filter = includeFilter("ClassContext/GithubSearchKMM:shared/com/hoc081098/github_search_kmm/**")
  }
}