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

Change relaxation to support generics #145

Closed bitPogo closed 2 years ago

bitPogo commented 2 years ago

:pushpin: References

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

This deals with the Relaxation issue when using generics. It is solved by delegating the types to the relaxation method if it needs a generic return value.

:thinking: DOD Checklist