Does Koin provide a direct "deserializer" extension point for @Property annotation in any of the recent releases ? I am expecting automatic type conversion when loading the properties file using Koin and also if there is any extension point to load the collection properties which are defined in the properties file like List<Map
String, String> or to any data class object ? For example like CustomPropertyResolver? Is there a ConversionService in koin similar to which is in spring framework?