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

When supported by targets, validate parameter declaration with KProperty.equals() #33

Open
3 tasks
BenWoodworth opened this issue Aug 30, 2024 · 0 comments

Comments

@BenWoodworth
Copy link
Owner

Not all Kotlin targets support comparing a KProperty with .equals(), so currently some targets check by comparing the KProperty.name instead. If support is ever added, change these implementations to use .equals() instead.

See: KT-52704 and KT-15101

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

1 participant