-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgradle.properties
More file actions
25 lines (20 loc) · 845 Bytes
/
Copy pathgradle.properties
File metadata and controls
25 lines (20 loc) · 845 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
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache = true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true
# plugin version
majorVersion=0
minorVersion=4
patchVersion=0-EAP
# target platform version
platformVersion=241
# IU, IC, CL, PY, GO (you can add more in build.gradle)
# Can be empty if no official release
# ideRelease will be used instead
platformType=IU
# all platform that can have a folder
# in src/. They are used to generate the plugin
# for older IDE by patching "main".
allPlatforms=203,211,212,213,221,222,223,231,232,233,241,242