spring-gradle-plugins / dependency-management-plugin

A Gradle plugin that provides Maven-like dependency management functionality
684 stars 85 forks source link

Support Kotlin property assignment in the dependency management DSL #385

Open quaff opened 3 weeks ago

quaff commented 3 weeks ago

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.