sockeqwe / Instantiator

Tired of manually setup test data of Kotlin data classes or POJOs? Instantiator creates Instances of any class for you so that you can focus on writing tests instead of spending time and effort to setup test data
Apache License 2.0
60 stars 4 forks source link

Multiplatform supports #4

Open hoc081098 opened 1 year ago

hoc081098 commented 1 year ago

Thanks for this awesome library, I want to use it in my KMM project. It will be great if this supports Kotlin Multiplatform

sockeqwe commented 1 year ago

Unfortunately Kotlin's reflection library is not multiple platform, therefore we are blocked to make zhis a KMM project. We could rewrite this library with KSP, but I don't have time at the moment for something like that...