<@U12AGS8JG> i'm also finding that params marked w...
# kotlintest
b
@sam i'm also finding that params marked with JsonProperty don't seem to map correctly, or at least not all of them? i have a test case here that repros it: https://github.com/bbaldino/hoplite/blob/json_property/hoplite-json/src/test/kotlin/com/sksamuel/hoplite/json/JsonPropertyTest.kt
running that will complain
Copy code
Error loading config because:

    - Could not instantiate 'com.sksamuel.hoplite.json.`JsonPropertyTest$1$1$Test`' because:
    
        - 'finalizeRecordingScriptPath': Missing from config
com.sksamuel.hoplite.ConfigException: Error loading config because:

    - Could not instantiate 'com.sksamuel.hoplite.json.`JsonPropertyTest$1$1$Test`' because:
    
        - 'finalizeRecordingScriptPath': Missing from config
this is a simplified case from a project where i'm currently using jackson in kotlin, so it's odd to me that it fails here