Added basic intellij idea plugin
This commit is contained in:
parent
fea63c75f9
commit
67c1a42044
14 changed files with 547 additions and 0 deletions
9
2025/01/intellij_plugin_demo1/gradle.properties
Normal file
9
2025/01/intellij_plugin_demo1/gradle.properties
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue