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

Reflect nested types #162

Closed bitPogo closed 2 years ago

bitPogo commented 2 years ago

Description

Currently nested types are not resolved, which can lead to collisions in JS and Native (but not JVM!!)

bitPogo commented 2 years ago

Done with release 0.2.0-rc01