kopykat-kt / kopykat

Little utilities for more pleasant immutable data in Kotlin
Other
283 stars 16 forks source link

Nested collections + fixes for generics #47

Closed serras closed 2 years ago

serras commented 2 years ago

Fixes #38, fixes #48

This PR also fixes a few bugs related to the use of generic classes, which were only visible when using parametrized types (like List<A>) inside another type.