You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Cubxity Konf infers prefix from the name of spec. For ManifestSpec, it will infer that the prefix is "manifest". Therefore, either change the ConfigSpec to disable the inference mechanism:
object ManifestSpec : ConfigSpec("") {
val editors by optional(listOf<Editor>())
}
Hey, I've been trying to map toml table array but it returns an empty list.
TOML:
ConfigSpec:
Editor:
Any help would be appreciated :)
The text was updated successfully, but these errors were encountered: