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

Make SourceSet resolving more robust #245

Closed bitPogo closed 1 year ago

bitPogo commented 1 year ago

Currently the Plugin might fail if there is a meta source without concrete platforms. For example there is a darwin sourceset without iOS.