All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.android.tools.idea.gradle.project.AndroidStudioGradleImportCustomizer Maven / Gradle / Ivy

Go to download

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