Skip to content

Commit 5912b6e

Browse files
bnormdemiurg906
authored andcommitted
Add Kotlin Compiler DevKit as a recommended IntelliJ plugin
1 parent af204fc commit 5912b6e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea/*
2+
!.idea/externalDependencies.xml
23
!.idea/kotlinTestDataPluginTestDataPaths.xml
34
.gradle/
45
.kotlin/

.idea/externalDependencies.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ To create a new test, add a new `.kt` file in a [compiler-plugin/testData](compi
2222
`testData/box` for codegen tests and `testData/diagnostics` for diagnostics tests.
2323
The generated JUnit 5 test classes will be updated automatically when tests are next run.
2424
They can be manually updated with the `generateTests` Gradle task as well.
25-
To aid in running tests, it is recommended to install the [Kotlin Test Data Helper][test-plugin] IntelliJ plugin,
25+
To aid in running tests, it is recommended to install the [Kotlin Compiler DevKit][test-plugin] IntelliJ plugin,
2626
which is pre-configured in this repository.
2727

2828
[//]: # (Links)
2929

3030
[test-framework]: https://github.com/JetBrains/kotlin/blob/2.1.20/compiler/test-infrastructure/ReadMe.md
31-
[test-plugin]: https://github.com/demiurg906/test-data-helper-plugin
31+
[test-plugin]: https://github.com/JetBrains/kotlin-compiler-devkit

0 commit comments

Comments
 (0)