re-add gradle.properties

This commit is contained in:
Adam 2023-07-13 14:17:51 +02:00
parent 1b0a5aa208
commit b6fbea813b
2 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,7 +2,6 @@
.gradle .gradle
build/ build/
deploy/ deploy/
gradle.properties
### Kotlin/JVM ### ### Kotlin/JVM ###
*.class *.class

9
gradle.properties Normal file
View 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