Skip to content

Commit

Permalink
feat: Groovy to Kotlin DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
therajanmaurya committed Jan 31, 2024
1 parent 21dc95f commit f3027c3
Show file tree
Hide file tree
Showing 47 changed files with 1,391 additions and 441 deletions.
47 changes: 43 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,46 @@
.DS_Store
/build
/captures
.idea/
app/src/main/res/raw/third_party_licenses
app/src/main/res/raw/third_party_license_metadata
app/release/
.externalNativeBuild
.idea
/*.iml

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
out/
build/

# Eclipse project files
.classpath
.project

# Windows thumbnail db
.DS_Store

# IDEA/Android Studio project files, because
# the project can be imported from settings.gradle.kts
*.iml
.idea/*
!.idea/copyright
# Keep the code styles.
!/.idea/codeStyles
/.idea/codeStyles/*
!/.idea/codeStyles/Project.xml
!/.idea/codeStyles/codeStyleConfig.xml

# Gradle cache
.gradle

# Android Studio captures folder
captures/

/app/app-release.apk
app/app.iml
app/manifest-merger-release-report.txt
210 changes: 0 additions & 210 deletions app/build.gradle

This file was deleted.

Loading

0 comments on commit f3027c3

Please sign in to comment.