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

doesn't working correclty with build.gradle.kts #27

Open
KiranMohan opened this issue May 26, 2021 · 2 comments
Open

doesn't working correclty with build.gradle.kts #27

KiranMohan opened this issue May 26, 2021 · 2 comments

Comments

@KiranMohan
Copy link

The plugin does work while searching for dependency.
But adding a selected dependency to build.gradle.kts does not work.

"Add Dependency" shows a "select module" dialog box but it is disabled and we cannot select anything from it.
"Copy dependency" copies the groovy syntax to the clipboard in stead of the expected Kotllin syntax.

@scana
Copy link
Owner

scana commented May 26, 2021

Hey @KiranMohan - thank you for reporting.

"Add dependency" issue - could you please share a sample project in which it does not display any module? I tested it on my private projects recently and it was working fin

"Copy dependency" - perhaps it could be improved in a way in which it would copy Kotlin syntax when only kts files are detected and fallback to Groovy otherwise.

@KiranMohan
Copy link
Author

KiranMohan commented May 26, 2021

Hello @scana

Check on this project for the "Add Dependency" issue.
https://github.com/KiranMohan/kotlin-study

I was trying to add Logback to the dependency.

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

2 participants