Ranie Jade Ramiso
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 Get gradle model programmatically
Is there a way to get the gradle model from a module programmatically? When I say model, I mean information like, what gradle project the module represents, the tasks, source sets and configuration... -
已编辑于 Kotlin's plugin for CLion depends on the built-in java module
已回答I'm building a plugin for kotlin native projects (https://github.com/raniejade/godot-kotlin/tree/master/godot-kotlin-idea-plugin) and wanted to make that plugin available in CLion. However I'm gett... -
创建于 Testing plugins for kotlin projects
已回答Are there any plans to publish https://github.com/JetBrains/kotlin/tree/master/idea/idea-test-framework or something similar? I'm looking at https://www.jetbrains.org/intellij/sdk/docs/basics/testi... -
已编辑于 (Kotlin PSI) Check if class is a subclass of a particular class, that works for JVM and Common platforms?
I'm trying to find out if a KtLightClass is a subclass of org.spekframework.spek2.Spek. The code below works if the KtLightClass is a class from a JVM platform module. fun isSpekSubclass(element: K...