-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping Memory for Gradle, CI got stuck on gradle/gradle last time.
- Loading branch information
1 parent
f793562
commit a04677f
Showing
3 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ build | |
## IDE ### | ||
.idea | ||
|
||
/static | ||
## Kotlin | ||
.kotlin | ||
|
||
### Mac OS ### | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
org.gradle.jvmargs=-Xmx3g | ||
org.gradle.jvmargs=-Xmx16g | ||
kotlin.code.style=official | ||
android.useAndroidX=true | ||
org.gradle.unsafe.configuration-cache=false | ||
org.gradle.configuration-cache=false | ||
|
||
#ERROR: Compose targets '[jscanvas]' are experimental and may have bugs! | ||
#But, if you still want to use them, add to gradle.properties: | ||
org.jetbrains.compose.experimental.jscanvas.enabled=true | ||
|
||
group=com.squareup.invert | ||
version=0.0.1-dev-SNAPSHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters