You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
"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.
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.
The text was updated successfully, but these errors were encountered: