Twarner

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Twarner created a post, AnsweredKtScript add top level statements with linebreaks
I am trying to add a new top level statement to the beginning of a kts script file by manipulating the PSI. The file initailly looks like: rootProject.name = "kappa" The PSI tree initially looks li... -
Twarner commented, -
-
-
Twarner created a post, AnsweredCannot parse GradleBuildModel in plugin test
I am trying to access a test projects GradleBuildModel in a test, but it is coming back as a blank build model. Simplified gist of what I am trying to do: @RunWith(JUnit4::class)class Test : LightJ...