Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Disable RPi by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianX authored and soywiz committed Jul 24, 2021
1 parent ae574da commit 6430edc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ android.enableJetifier=true

enableKotlinNative=true
enableKotlinNativeLinux=true
enableKotlinMobile=false
enableKotlinAndroid=false
enableKotlinRaspberryPi=true
enableKotlinMobile=true
enableKotlinAndroid=true
enableKotlinRaspberryPi=false

#org.gradle.jvmargs=-Xmx3600m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx5g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
Expand Down

0 comments on commit 6430edc

Please sign in to comment.