Skip to content

Instantly share code, notes, and snippets.

@volkov
Created January 24, 2021 18:42
Show Gist options
  • Save volkov/ba1c3d9957533e0d4598daee68334d1a to your computer and use it in GitHub Desktop.
Save volkov/ba1c3d9957533e0d4598daee68334d1a to your computer and use it in GitHub Desktop.
initscript {
dependencies {
classpath files(['/opt/idea-IC-203.6682.168/plugins/android/lib/android.jar', '/opt/idea-IC-203.6682.168/plugins/android/lib/android.jar', '/opt/idea-IC-203.6682.168/lib/kotlin-stdlib-1.4.0.jar'])
}
}
allprojects {
apply plugin: com.android.ide.gradle.model.builder.AndroidStudioToolingPlugin
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment