File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ The plugin is only active when the build cache is changed. This is why you need
38
38
#### buildSrc/compiler-plugin
39
39
* <kbd >kotlin-compiler-native-plugin</kbd > - This module contains the Kotlin Compiler Plugin for native targets
40
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
-
41
+
42
+ #### buildSrc/gradle-plugin
43
+ * <kbd >gradle-plugin</kbd > - This module contains the gradle plugin which trigger the two compiler plugins
44
+ *
44
45
## Useful resources
45
46
[ The Road to the New Kotlin Compiler] ( https://www.youtube.com/watch?v=iTdJJq_LyoY )
46
47
You can’t perform that action at this time.
0 commit comments