Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigFactory.load(conf) not implemented for Scala Native. #206

Open
objektwerks opened this issue Oct 24, 2021 · 1 comment
Open

ConfigFactory.load(conf) not implemented for Scala Native. #206

objektwerks opened this issue Oct 24, 2021 · 1 comment

Comments

@objektwerks
Copy link

For instance, val conf = ConfigFactory.load("app.conf") fails to load resources/app.conf. Not implemented error, yet detailed in examples source code. ConfigFactory.load() fails to load a default application.conf as well.

@ekrich
Copy link
Owner

ekrich commented Oct 24, 2021

As a workaround, please parse into a String using the strategy found here. https://github.com/ekrich/sconfig/blob/main/docs/SCALA-NATIVE.md

@ekrich ekrich changed the title ConfigFactory.load(conf) not implemented. ConfigFactory.load(conf) not implemented for Scala Native. Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants