Proper import of the gradle part:
- using non-shadowed libs - stop preshgadowing plugins - switch to project dependencies - add annotation processing module
This commit is contained in:
@@ -10,7 +10,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
compile project(':kotlin-stdlib')
|
||||
|
||||
compileOnly 'org.jetbrains.kotlin:gradle-api:1.6'
|
||||
compileOnly 'com.android.tools.build:gradle:0.4.2'
|
||||
|
||||
Reference in New Issue
Block a user