
com.android.tools.idea.gradle.project.AndroidStudioGradleImportCustomizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A packaging of the IntelliJ Community Edition android library.
This is release number 1 of trunk branch 142.
The newest version!
package com.android.tools.idea.gradle.project;
import org.jetbrains.plugins.gradle.service.project.GradleImportCustomizer;
/**
* @author Vladislav.Soroka
* @since 4/21/2015
*/
public class AndroidStudioGradleImportCustomizer extends GradleImportCustomizer {
@Override
public String getPlatformPrefix() {
return "AndroidStudio";
}
@Override
public boolean useExtraJvmArgs() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy