2
0

gradle.properties.template 446 B

123456789101112131415
  1. # Plugin basic information
  2. pluginGroup=ai.kilocode.jetbrains
  3. pluginVersion={{VERSION}}
  4. # Platform basic information
  5. platformVersion=2024.3
  6. platformType=IC
  7. pluginSinceBuild=243
  8. # Disable automatic Kotlin stdlib dependency to avoid conflicts with IntelliJ Platform's bundled version
  9. # See: https://jb.gg/intellij-platform-kotlin-stdlib
  10. kotlin.stdlib.default.dependency=false
  11. # Other project configurations can be added here
  12. vscodeVersion=1.100.0