-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (27 loc) · 954 Bytes
/
Copy pathgradle.properties
File metadata and controls
30 lines (27 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
javaVersion=17
#Plugins
systemProp.kotlinVersion=1.6.21
# NOTE: kotlin v1.9.10 doesn't work with our current gradle version v6.8.3
# NOTE: kotlin v1.8.22 doesn't work on our frontend code
# NOTE: kotlin v1.7.21 doesn't work on our frontend code either
kotlinLanguageVersion=1.6
#Dependencies
serializationVersion=1.3.3
coroutinesVersion=1.6.4
systemProp.kvisionVersion=4.5.0
ktorVersion=1.6.0
hikariVersion=3.2.0
commonsCodecVersion=1.10
jdbcNamedParametersVersion=1.1
exposedVersion=0.12.1
logbackVersion=1.2.3
h2Version=1.4.197
pgsqlVersion=42.2.2
kweryVersion=0.17
# turn of kotlinc warnings for missing actual/expect classes
# probably these warnings aren't useful when using KVision's compiler plugin?
kotlin.mpp.stability.nowarn=true
# gradle daemon is such a memory hog!!
# and the Kotlin compiler is a big pig too! oink oink!!
org.gradle.jvmargs=-Xmx1024m -Dkotlin.daemon.jvm.options=-Xmx2048m
org.gradle.parallel=true, org.gradle.daemon=true