roro co
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
Created In idea plugin gradle project, how to add {idea}/lib/{libname}.jar to project
AnsweredIn build.gradle.kts, I use following ```intellij { downloadSources.set(true) type.set("CL") version.set("2023.2.1") plugins.set(listOf(/* Plugin Dependencies */))}```I hope custom clion... -
Edited When making idea plugin, specific intellij.localPath to android studio raise error "Could not resolve all files for configuration ':z50_ideaPlugins'."
AnsweredI must use android studio debug since work requirement, my plugin work in idea android but not work in android studioit's simple reproduce, create idea plugin with idea > new project > ide plugin I...