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

Compatibility with build.gradle.kts #12

Open
jmfayard opened this issue Oct 27, 2018 · 0 comments
Open

Compatibility with build.gradle.kts #12

jmfayard opened this issue Oct 27, 2018 · 0 comments

Comments

@jmfayard
Copy link

Hello broady!

I use a lot http://gradleplease.appspot.com/

One problem I have currently with it is that half of my Gradle is in Groovy (build.gradle) while the other half is in Kotlin (build.gradle.kts). Example here:

https://github.com/jmfayard/gradle-kotlin-dsl-libs/blob/50dace493f87711e1fead346160a9dcf12d3cd43/build.gradle.kts#L40-L49

As you can see here, it's almost the same except for the parenthesis and double quotes (like in java) instead of single quotes). And actually Groovy will gladly accept as well the double quotes and parenthesis!

So I wonder if it would be a problem to change the output of Gradle Please like this

-implementation 'com.square.retrofit:retrofit2:2.3.0'
+implementation("com.square.retrofit:retrofit2:2.3.0")

Thanks,
Jean-Michel

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