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

Add spy all flag #154

Closed bitPogo closed 2 years ago

bitPogo commented 2 years ago

What does the PR achieve/Which part improves the PR?

This adds a new flag (spyAll) to make it possible to generate for all interfaces spies.

:thinking: DOD Checklist