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

Access Methods with expect/actual cause incremental Builds to fail #219

Closed bitPogo closed 2 years ago

bitPogo commented 2 years ago

Description

As the title states. Since KSP cannot determine which Alias is expect/actual due to the separation of production and test, let's do for now a manual workaround in order to flag Aliases which cause that. This should be improved with future releases!

bitPogo commented 2 years ago

Done with 0.3.0-rc01