diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-03-02 10:46:48 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-03-02 10:46:48 +0100 |
commit | 848c8bf1ba4f0f3ecf2eeae0b9be2d6a664db2b4 (patch) | |
tree | 7bb4ae9a74d637364a19955bc44bff8811cdbe2e /app/build.gradle | |
parent | f9f079eea806454d49d6088089511d72e1c28f86 (diff) |
Creating the APIs and the responses.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 6a990f2..0251555 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,6 +34,7 @@ android { dependencies { + //noinspection GradleDependency implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.2' implementation 'androidx.appcompat:appcompat:1.2.0' |