Skip to content

Commit

Permalink
Fix OutOfMemory build exception
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Aug 20, 2022
1 parent 16c47bb commit 31c46b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Download](https://img.shields.io/maven-central/v/com.crowdproj/kotlin-cor)](https://search.maven.org/artifact/com.crowdproj/kotlin-cor)

# Kotlin Chain of Responsibility Template Library

## Installation
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
kotlinVersion=1.7.10

coroutinesVersion=1.6.3
Expand Down

0 comments on commit 31c46b3

Please sign in to comment.