Skip to content

Commit c74057e

Browse files
committed
Fixing jit issues
1 parent df3d6b5 commit c74057e

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

annotations/build.gradle

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

3+
group='com.github.devmike01.jadesharedpreference-annotations'
4+
35
dependencies {
46
implementation fileTree(dir: 'libs', include: ['*.jar'])
57
implementation "org.jetbrains.kotlin:kotlin-stdlib"

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ android {
2525
}
2626

2727
dependencies {
28+
29+
// implementation 'com.github.devmike01.JadeSharedPreference:jadesharedpreference-annotations:0.2.1'
2830
kapt project(':jadesharedpreference-compiler')
2931
implementation project(':jadesharedpreference-annotations')
3032
//implementation project(":annotations")

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ allprojects {
2121
repositories {
2222
google()
2323
jcenter()
24+
25+
maven { url 'https://jitpack.io' }
2426
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
2527
}
2628
}

0 commit comments

Comments
 (0)