We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd53cc commit 7c3be64Copy full SHA for 7c3be64
annotations/build.gradle
@@ -1,6 +1,10 @@
1
apply plugin: 'kotlin'
2
3
4
+apply plugin: 'com.github.dcendents.android-maven'
5
+
6
+group='com.github.devmike01.jadesharedpreference'
7
8
dependencies {
9
implementation fileTree(dir: 'libs', include: ['*.jar'])
10
implementation "org.jetbrains.kotlin:kotlin-stdlib"
0 commit comments