-
Notifications
You must be signed in to change notification settings - Fork 348
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
Dependency management support for Gradle Kotlin scripts (.kts) #3291
Comments
I have an example use case here: currently, AddDependency, it adds dependencies without |
This has been opened for over a year, has there been any updates to this? |
@shanman190 Has done exploratory work in https://github.com/shanman190/rewrite-gradle-experimental ; it's definitely on the radar, but also a moving target now with efforts like https://blog.gradle.org/declarative-gradle-first-eap |
What problem are you trying to solve?
Gradle supports Groovy and Kotlin as scripting languages for build files. We currently support editing Groovy-based build files. This should be extended to Kotiln.
Describe the solution you'd like
For each Gradle-groovy dependency management recipe there should be a Gradle-kotlin equivalent.
Additional context
Requires some enhancements to rewrite-kotlin and rewrite-gradle.
The text was updated successfully, but these errors were encountered: