-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Skriv om til non-deprecated måte å setje ønkst JVM på * Flyttar maven-avhengnad-blokk for libs saman med resten av dei * Flyttar maven-avhengnad-blokk for libs saman med resten av dei * Ser ut som Kotlin 2 er litt meir restriktiv på imports for test-avhengnadar, både til testar og til testFixtures, så køyrer bygg lokalt og legg til det kompilatoren klagar på fram til det funkar * Går opp til nyaste kotlin-versjon * Verkar som den nye kompilatoren er raskare, men krev minne, så skrur opp jvm-minne-verdiane for gradle-bygginga eit par hakk for å unngå OOM * K2-kompilatoren køyrer visst helst i ein daemon som kan delast på tvers av parallelle bygg, men han har også modusar som er treigare, men meir garantert å funke. Kan bruke fallback til det viss den parallelle versjonen feilar av ein eller annan grunn. https://kotlinlang.org/docs/gradle-compilation-and-caches.html#kotlin-compiler-fallback-strategy * Rettar åtvaring om at copy-metoden kan brukast for å omgå private constructor, ved å bruke consistent visibility-annoteringa * Kan jo fint bruke meir minne også, vi har jo stort sett kraftige maskiner * Tar bort unødig overstyring av fallbackstrategi
- Loading branch information
1 parent
433ff4b
commit 0193de3
Showing
11 changed files
with
25 additions
and
15 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
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
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
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,3 +1,4 @@ | ||
org.gradle.caching=true | ||
org.gradle.parallel=true | ||
org.gradle.configuration-cache=false | ||
org.gradle.configuration-cache=false | ||
org.gradle.jvmargs=-Xmx6000m -Xms1500m |
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
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
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
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
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
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
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