Alex Kuznetsov

Results 72 comments of Alex Kuznetsov

build error is unrelated: ``` * What went wrong: Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed) ```

I think this problem is usually solved via an already existing `addResourceSource` method. ```kotlin val config = ConfigLoaderBuilder.default() .addResourceSource("/path/to/config/application.yml") .addResourceSource("/path/to/secrets/secret.yml") .build() ``` Am I missing something?