Gradle: Remove redundant dependency on 'kotlin-native-utils' artifact
This commit is contained in:
@@ -13,7 +13,6 @@ standardPublicJars()
|
||||
|
||||
dependencies {
|
||||
compile(kotlinStdlib())
|
||||
compile(project(":native:kotlin-native-utils"))
|
||||
|
||||
compileOnly(gradleApi())
|
||||
compileOnly("com.android.tools.build:gradle:0.4.2")
|
||||
|
||||
Reference in New Issue
Block a user