Skip to content
Snippets Groups Projects
build.gradle 648 B
Newer Older
  • Learn to ignore specific revisions
  • // Top-level build file where you can add configuration options common to all sub-projects/modules.
    
    	repositories {
    
    		jcenter()
    		mavenLocal()
    
    	ext.kotlin_version = '1.2.50'
    
    		jcenter()
    
    			url 'https://plugins.gradle.org/m2/'
    
    	dependencies {
    
    		classpath 'com.android.tools.build:gradle:3.1.3'
    
    		classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    
    		classpath 'net.ltgt.gradle:gradle-apt-plugin:0.9'
    
    		classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.4.3'
    
    akwizgran's avatar
    akwizgran committed
    		classpath files('libs/gradle-witness.jar')