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

Allow to create types with properties of map type where keys are also map. #25

Closed
abogushevsky opened this issue Dec 3, 2020 · 0 comments

Comments

@abogushevsky
Copy link
Contributor

abogushevsky commented Dec 3, 2020

kotlin-baker can't create instances of types like this:
data class NestedMapHolder(val prop: Map<Key, Map<Key, Map<Key, Int>>>)
from configuration properties written in following format:
prop: FIRST: FIRST: FIRST: 1 SECOND: 2 SECOND: FIRST: 3 SECOND: 4 SECOND: FIRST: FIRST: 5

abogushevsky added a commit to abogushevsky/kotlin-baker that referenced this issue Dec 3, 2020
abogushevsky added a commit to abogushevsky/kotlin-baker that referenced this issue Dec 3, 2020
abogushevsky added a commit to abogushevsky/kotlin-baker that referenced this issue Dec 3, 2020
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