summaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 1b92c412517e0636207d8eb6c68b2594318b4a27 (plain)
1
2
3
4
5
6
7
8
9
org.gradle.caching=true

kotlin.code.style=official

# prevent parallel execution of several compiler instances
kotlin.native.disableCompilerDaemon=true

kotlin.parallel.tasks.in.project=true
kotlin.incremental.multiplatform=true