bitPogo / kmock

A humble mocking library for Kotlin, KotlinJS and Kotlin Multiplatform using Kotlin Symbol Processing (KSP).
Apache License 2.0
59 stars 2 forks source link

Shared sources are not resolved correctly depending on their precedence #156

Closed bitPogo closed 2 years ago

bitPogo commented 2 years ago

Description

Currently shared source can be filtered out in certain cases:

  1. n (n>1) Sources contain a interface with the same name under the same package
  2. those sources are not dependent on each other
  3. those sources have a different precedence
bitPogo commented 2 years ago

Done with release 0.2.0-rc01