konfig
konfig copied to clipboard
Include `fromInputStream` method for supporting android assets.
Include fromInputStream method for supporting android assets or raw resources.
Can you provide more information?
I think I am having the same issue with projects using spring boot. Spring packages up resources under /BOOT-INF/classes which makes the default class loader ineffective in easily picking this up in dev vs jar applications. Spring has a ResourceLoader that can return an inputstream of the resource. Would be nice to have the ability to load it from spring and pass it into kconfig