We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44091c commit 0d646c1Copy full SHA for 0d646c1
Readme.md
@@ -38,9 +38,10 @@ The plugin is only active when the build cache is changed. This is why you need
38
#### buildSrc/compiler-plugin
39
* <kbd>kotlin-compiler-native-plugin</kbd> - This module contains the Kotlin Compiler Plugin for native targets
40
* <kbd>kotlin-compiler-plugin</kbd> - This module contains the Kotlin Compiler Plugin for JVM/JS targets
41
- * <kbd>gradle-plugin</kbd> - This module contains the gradle plugin which trigger the two compiler plugins
42
-
43
+
+#### buildSrc/gradle-plugin
+* <kbd>gradle-plugin</kbd> - This module contains the gradle plugin which trigger the two compiler plugins
44
+*
45
## Useful resources
46
[The Road to the New Kotlin Compiler](https://www.youtube.com/watch?v=iTdJJq_LyoY)
47
0 commit comments