diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index ab73ccd..91b8b96 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -3,5 +3,6 @@
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index 8ec3835..09adcf8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -59,5 +59,5 @@ repositories {
}
kapt {
- generateStubs = true
+ //generateStubs = true
}
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index a8738db..ffdbb28 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
- ext.kotlin_version = '1.1.3-2'
+ ext.kotlin_version = '1.1.4'
repositories {
jcenter()
}