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

Fixes for hierarchies in Kotlin, Swift & Typescript #117

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

kdubb
Copy link
Contributor

@kdubb kdubb commented Nov 14, 2024

All

Lookup inherited/inheriting by non-nullable type

Swift

Use non-optional AnyRef type for ifPresent decoding

Kotlin

Remove inherited properties from declared properties to support constraining properties in sub-types

## All
Lookup inherited/inheriting by non-nullable type

## Swift
Use non-optional `AnyRef` type for `ifPresent` decoding

## Kotlin
Remove inherited properties from declared properties to support constraining properties in sub-types
@kdubb kdubb requested a review from pintsize November 14, 2024 21:32
@kdubb kdubb merged commit e6a46d8 into main Nov 14, 2024
3 checks passed
@kdubb kdubb deleted the fix/obj-hier branch November 14, 2024 21:48
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