summaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 718351801a91aa25f248930270ecd63000a16113 (plain)
1
2
3
4
5
org.gradle.parallel=true
org.gradle.caching=true

# To disable warning about experimental status of Kotlin MPP
kotlin.mpp.stability.nowarn=true
bgstack15