Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed build on Windows. Refactored Gradle scripts. #621

Closed
wants to merge 11 commits into from
Prev Previous commit
Switched to legacy memory manager
  • Loading branch information
VDovidaytis-HORIS committed Nov 2, 2022
commit 3305fddc52dfc340e28d6bc21bffe4451fbba9b3
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ org.gradle.jvmargs=-Xmx2g
kotlin.js.compiler=both
kotlin.mpp.stability.nowarn=true
kotlin.jvm.target.validation.mode=error
# Switched to legacy memory manager to prevent runtime errors on Windows.
kotlin.native.binary.memoryModel=strict