roro co
- 活动总数 220
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 71
-
创建于 In idea plugin gradle project, how to add {idea}/lib/{libname}.jar to project
已回答In 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... -
已编辑于 When making idea plugin, specific intellij.localPath to android studio raise error "Could not resolve all files for configuration ':z50_ideaPlugins'."
已回答I 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...