Hey! How do the `fileProperties` work in Koin? I c...
# koin
t
Hey! How do the
fileProperties
work in Koin? I can't seem to make the framework find the file...
d
If it’s the ability to load properties from a file, you have to enable it by passing a boolean to koin when you initialize it
t
huh, it seems to me that you pass the filename to it
my issue is that I pass a filename and I always get
Exception in thread "main" org.koin.core.error.NoPropertyFileFoundException: No properties found for file 'app.properties'
tried YAML too, but no luck
just read the code for that part and they seem to use Java's Properties
113 Views