File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
jadesharedpreference-annotations
jadesharedpreference-compiler Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' kotlin'
22
3- apply plugin : ' com.github.dcendents.android-maven'
4-
5- group= ' com.github.devmike01.Jadesharedpreference'
63
74dependencies {
85 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ apply plugin: 'kotlin-android-extensions'
66
77apply plugin : ' kotlin-kapt'
88
9-
10- apply plugin : ' com.github.dcendents.android-maven'
11-
12- group= ' com.github.devmike01.Jadesharedpreference'
9+ // group='com.github.devmike01.jadesharedpreference'
1310
1411// groupId: 'com.github.devmike01.Jadesharedpreference'
1512// artifact id: 'jadesharedpreference-annotations'
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ apply plugin: 'kotlin-kapt'
33apply plugin : ' kotlin-android-extensions'
44
55
6- apply plugin : ' com.github.dcendents.android-maven'
6+ // apply plugin: 'com.github.dcendents.android-maven'
77
8- group= ' com.github.devmike01.Jadesharedpreference'
8+ // group='com.github.devmike01.Jadesharedpreference'
99
1010kapt {
1111 generateStubs = true
You can’t perform that action at this time.
0 commit comments