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

Support Kotlin property assignment in the dependency management DSL #385

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

quaff
Copy link
Contributor

@quaff quaff commented Jun 11, 2024

See https://kotlinlang.org/docs/java-interop.html#getters-and-setters

Note that, if the Java class only has a setter, it isn't visible as a property in Kotlin because Kotlin doesn't support set-only properties.

See https://kotlinlang.org/docs/java-interop.html#getters-and-setters

>> Note that, if the Java class only has a setter, it isn't visible as a property in Kotlin because Kotlin doesn't support set-only properties.
@wilkinsona wilkinsona changed the title Allow to use Kotlin property assignment Support Kotlin property assignment in the dependency management DSL Jun 13, 2024
@wilkinsona wilkinsona added this to the 1.2.x milestone Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants