Skip to content

Commit

Permalink
#320 [build] : add gitignore, gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Sep 24, 2023
1 parent 07f3766 commit 52b2518
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,9 @@ fabric.properties
.idea/kotlinc.xml

.idea/
/.tmp/
/caches/
/daemon/7.3.3/
/kotlin-profile/
/native/
/wrapper/dists/gradle-7.3.3-bin/6a41zxkdtcxs8rphpq6y0069z/
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.enableJetifier=true
android.enableJetifier=true
org.gradle.unsafe.configuration-cache=true

0 comments on commit 52b2518

Please sign in to comment.