diff --git a/.gitignore b/.gitignore index 603b140..7a4b9b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,8 @@ *.iml .gradle /local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml +/.idea/* +!/.idea/codeStyles .DS_Store /build /captures diff --git a/build.gradle b/build.gradle index ef1cb87..c8a0733 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,3 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = "1.3.61" repositories { @@ -8,9 +7,6 @@ buildscript { dependencies { classpath "com.android.tools.build:gradle:4.0.0-alpha09" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files } }