re-add gradle.properties
This commit is contained in:
parent
1b0a5aa208
commit
b6fbea813b
2 changed files with 9 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,7 +2,6 @@
|
||||||
.gradle
|
.gradle
|
||||||
build/
|
build/
|
||||||
deploy/
|
deploy/
|
||||||
gradle.properties
|
|
||||||
|
|
||||||
### Kotlin/JVM ###
|
### Kotlin/JVM ###
|
||||||
*.class
|
*.class
|
||||||
|
|
9
gradle.properties
Normal file
9
gradle.properties
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
org.gradle.jvmargs=-Dfile.encoding=UTF-8
|
||||||
|
|
||||||
|
org.gradle.caching=true
|
||||||
|
org.gradle.parallel=true
|
||||||
|
org.gradle.welcome=never
|
||||||
|
|
||||||
|
# enableKgpDependencyResolution provides a smoother import experience in multiplatform projects
|
||||||
|
# https://kotlinlang.org/docs/whatsnew1820.html#preview-of-gradle-composite-builds-support-in-kotlin-multiplatform
|
||||||
|
kotlin.mpp.import.enableKgpDependencyResolution=true
|
Loading…
Add table
Add a link
Reference in a new issue