File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
jadesharedpreference-annotations
jadesharedpreference-compiler Expand file tree Collapse file tree 3 files changed +9
-4
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'
6+
37dependencies {
48 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
59 implementation " org.jetbrains.kotlin:kotlin-stdlib"
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ apply plugin: 'kotlin-android-extensions'
66
77apply plugin : ' kotlin-kapt'
88
9+
910apply plugin : ' com.github.dcendents.android-maven'
1011
11- // group='com.github.devmike01.Jadesharedpreference'
12+ group= ' com.github.devmike01.Jadesharedpreference'
1213
1314// groupId: 'com.github.devmike01.Jadesharedpreference'
1415// artifact id: 'jadesharedpreference-annotations'
Original file line number Diff line number Diff line change 11apply plugin : ' kotlin'
22apply plugin : ' kotlin-kapt'
3+ apply plugin : ' kotlin-android-extensions'
4+
35
46apply plugin : ' com.github.dcendents.android-maven'
57
6- // group='com.github.devmike01.Jadesharedpreference'
7- // groupId: 'com.github.devmike01.Jadesharedpreference'
8- // artifact id: 'jadesharedpreference-compiler'
8+ group= ' com.github.devmike01.Jadesharedpreference'
99
1010kapt {
1111 generateStubs = true
You can’t perform that action at this time.
0 commit comments