Ranie Jade Ramiso

- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created 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... -
Edited Kotlin's plugin for CLion depends on the built-in java module
AnsweredI'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... -
Created Testing plugins for kotlin projects
AnsweredAre 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... -
Edited (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...