We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3d5bd commit 26d8406Copy full SHA for 26d8406
build.gradle
@@ -10,8 +10,8 @@ buildscript {
10
}
11
dependencies {
12
classpath 'com.android.tools.build:gradle:3.5.3'
13
- // classpath "com.stringcare:plugin:$stringcare_version"
14
- classpath files('../KotlinGradlePlugin/build/libs/plugin-3.6.3.jar')
+ classpath "com.stringcare:plugin:$stringcare_version"
+ // classpath files('../KotlinGradlePlugin/build/libs/plugin-3.6.3.jar')
15
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
16
// NOTE: Do not place your application dependencies here; they belong
17
// in the individual module build.gradle files
0 commit comments