Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jerry88 Kim
Total activity
3
Last activity
November 25, 2024 05:34
Member since
November 21, 2024 21:25
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (2)
Jerry88 Kim
commented,
November 22, 2024 18:43
Here is build.gradle.kts file.fun properties(key: String) = providers.gradleProperty(key) fun environment(key: String) = providers.environmentVariable(key) plugins { id("java") // Java support...
Community
IntelliJ IDEA Open API and Plugin Development
JSON FileType not resolving new 2024.3 plugin
0 votes
Jerry88 Kim
commented,
November 21, 2024 21:25
Same here. And also it gives below compile error even though I add com.intellij.modules.json in plugin.xml.error: package com.intellij.json does not existimport com.intellij.json.JsonLexer; ...
Community
IntelliJ IDEA Open API and Plugin Development
JSON FileType not resolving new 2024.3 plugin
0 votes