Skip to content

Add feature generateInterfaces for Kotlin#384

Open
crypter68 wants to merge 6 commits intoNetflix:masterfrom
crypter68:feat/kotlin-interfaces
Open

Add feature generateInterfaces for Kotlin#384
crypter68 wants to merge 6 commits intoNetflix:masterfrom
crypter68:feat/kotlin-interfaces

Conversation

@crypter68
Copy link

@crypter68 crypter68 commented May 16, 2022

The option generateInterfaces will now generate an interface for every data type in Kotlin. The data type itself generates a default implementation of this interface.

This allows to benefit from the built-in delegator pattern in Kotlin, when using wrapper classes with additional transient data.

@crypter68 crypter68 force-pushed the feat/kotlin-interfaces branch from 10690cc to ed23cc5 Compare July 10, 2022 13:40
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

Successfully merging this pull request may close these issues.

1 participant

Comments