Skip to content

Commit 043c3da

Browse files
committed
Fixing jit issues
1 parent c74057e commit 043c3da

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
apply plugin: 'kotlin'
22

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

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ android {
2626

2727
dependencies {
2828

29-
// implementation 'com.github.devmike01.JadeSharedPreference:jadesharedpreference-annotations:0.2.1'
29+
//implementation 'com.github.devmike01.JadeSharedPreference:jadesharedpreference-annotations:0.2.2'
3030
kapt project(':jadesharedpreference-compiler')
3131
implementation project(':jadesharedpreference-annotations')
32+
3233
//implementation project(":annotations")
3334
testImplementation group: 'org.mockito', name: 'mockito-core', version: '2.10.0'
3435
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"

0 commit comments

Comments
 (0)