https://kotlinlang.org logo
#koin
Title
u

Udit003

09/13/2018, 12:16 PM
I have stored my server base endpoint in koin.properties file , which is present in assets directory. When I create the bean for Retrofit in the module , I pass the url as
getProperty("SERVER_URL")
where 'SERVER_URL` is the key. It throws a runtime exception of
Copy code
can't find property SERVER_URL
. Where I am doing the mistake ?