Remove hard dependency on Kotlin

Closes gh-9811
This commit is contained in:
Eleftheria Stein 2021-06-03 09:34:07 +03:00 committed by Eleftheria Stein-Kousathana
parent e3416640a7
commit 20751d2063
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ kotlinVersion=1.5.0
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.parallel=true
org.gradle.caching=true
kotlin.stdlib.default.dependency=false