Denis Bedin
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Edited Gradle dependencies defined with custom Configuration are not displayed in IntelliJ
AnsweredHi, I am working on a Gradle plugin which provides custom Configuration used to define dependencies.When a dependency is declared in a project using my custom Configuration, it correctly works when... -
Created Custom plugin vendor's URL does not work in "IDE Internal Errors" window
AnsweredHi, I am developping a Gradle plugin for IntelliJ IDEA. When an Exception is thrown by my plugin, the “IDE Internal Errors” window is displayed with the message This plugin is not a production of J... -
Created Resource not found when creating a project from a custom Android Studio template
PlannedHi, I am creating a plugin for Android Studio which adds a custom project template. The project created from this template must contain some resources. The RecipeExecutor.copy method allows to copy... -
Created Modify settings.gradle file of a project created from a custom template
AnsweredHi,I am creating a plugin for Android Studio to add a new project template. When a project is created from my custom template, I can add a repository to the settings.gradle file that has been gener...