Skip to content

Commit 3282aa5

Browse files
Support unicode characters
1 parent ff7b56d commit 3282aa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ gradleVersion=7.5.1
4141
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
4242
# suppress inspection "UnusedProperty"
4343
kotlin.stdlib.default.dependency = false
44+
45+
# allows unicode characters
46+
org.gradle.jvmargs='-Dfile.encoding=UTF-8'

0 commit comments

Comments
 (0)