Skip to content

Commit 352e5bb

Browse files
committed
fixing bug
1 parent d567f99 commit 352e5bb

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

annotations/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
apply plugin: 'kotlin'
22

3+
apply plugin: 'com.github.dcendents.android-maven'
4+
5+
group='com.github.devmike01.Jadesharedpreference'
6+
37
dependencies {
48
implementation fileTree(dir: 'libs', include: ['*.jar'])
59
implementation "org.jetbrains.kotlin:kotlin-stdlib"

jadesharedpreference-annotations/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ apply plugin: 'kotlin-android-extensions'
66

77
apply plugin: 'kotlin-kapt'
88

9+
910
apply 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'

jadesharedpreference-compiler/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'kotlin'
22
apply plugin: 'kotlin-kapt'
3+
apply plugin: 'kotlin-android-extensions'
4+
35

46
apply 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

1010
kapt{
1111
generateStubs =true

0 commit comments

Comments
 (0)