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