File tree Expand file tree Collapse file tree 2 files changed +11
-16
lines changed Expand file tree Collapse file tree 2 files changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ apply plugin: 'kotlin-android'
4
4
5
5
apply plugin : ' kotlin-android-extensions'
6
6
7
+ apply plugin : StringCare
8
+
9
+ stringcare {
10
+ debug true
11
+ assetsFiles = [" *.json" ]
12
+ stringFiles = [' strings.xml' , " strings_extra.xml" ]
13
+ srcFolders = [' src/main' , " src/other_source" ]
14
+ }
15
+
7
16
android {
8
17
compileSdkVersion 28
9
18
defaultConfig {
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ buildscript {
7
7
repositories {
8
8
google()
9
9
jcenter()
10
-
11
10
}
12
11
dependencies {
13
12
classpath ' com.android.tools.build:gradle:3.5.3'
14
- classpath " com.stringcare:plugin:$stringcare_version "
13
+ // classpath "com.stringcare:plugin:$stringcare_version"
14
+ classpath files(' ../KotlinGradlePlugin/build/libs/plugin-3.6.3.jar' )
15
15
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
16
16
// NOTE: Do not place your application dependencies here; they belong
17
17
// in the individual module build.gradle files
@@ -28,17 +28,3 @@ allprojects {
28
28
task clean (type : Delete ) {
29
29
delete rootProject. buildDir
30
30
}
31
-
32
- apply plugin : StringCare
33
-
34
- stringcare {
35
- debug true
36
- main_module " app"
37
- modules {
38
- app {
39
- assetsFiles = [" *.json" ]
40
- stringFiles = [' strings.xml' , " strings_extra.xml" ]
41
- srcFolders = [' src/main' , " src/other_source" ]
42
- }
43
- }
44
- }
You can’t perform that action at this time.
0 commit comments