sksamuel / hoplite

A boilerplate-free Kotlin config library for loading configuration files as data classes
Apache License 2.0
923 stars 74 forks source link

Kotlin Multiplarform #404

Closed reginaldlouis closed 7 months ago

reginaldlouis commented 8 months ago

Hello,

Is there any intention to make it work with Kotlin Multiplatform?

sksamuel commented 7 months ago

The reflection capabilities don't exist on MPP to allow us to build the the data classes. So unfortunately until that is improved, if it ever is, then no.