standkmfk.blogg.se

Android studio plugins
Android studio plugins






android studio plugins

Our plugin as we have it now it’s only debuggable on IntelliJ IDEA CE. The only attribute that we have right now, version, it is specifying the version of the IDEA distribution that should be used as a dependency.īefore we move on, I’m going to add another attribute to the intellij section. This is the place where we will add more attributes as we need them like plugin dependencies, etc. Secondly we have a new section called intellij. Like in any of your Android projects you can use any libraries that you want, just be careful with the libraries that you put here because this is NOT an Android project.

android studio plugins

You can use kapt though if you need it for any kind of annotation processing (Dagger I’m looking at you). We will be coming back to this file when we start adding more dependencies and so on but for now I’m just going to focus on two things.įirst of all you can see that our dependencies uses compile instead of implementation/api, the main reason is because the gradle-intellij-plugin doesn’t support implementation or api just yet. Everything here looks really familiar because we are used to gradle in our Android projects.








Android studio plugins