kotlin code style setting

This commit is contained in:
Irmen de Jong 2021-07-05 23:41:40 +02:00
parent 6367c6d116
commit b824c0b125

View File

@ -2,3 +2,4 @@ org.gradle.caching=true
org.gradle.console=rich
org.gradle.parallel=true
org.gradle.daemon=true
kotlin.code.style=official