File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,13 @@ The plugin is only active when the build cache is changed. This is why you need
3939#### buildSrc/compiler-plugin
4040 * <kbd >kotlin-compiler-native-plugin</kbd > - This module contains the Kotlin Compiler Plugin for native targets
4141 * <kbd >kotlin-compiler-plugin</kbd > - This module contains the Kotlin Compiler Plugin for JVM/JS targets
42- * <kbd >gradle-plugin</kbd > - This module contains the gradle plugin which trigger the two compiler plugins
43-
44-
42+
43+ #### buildSrc/gradle-plugin
44+ * <kbd >gradle-plugin</kbd > - This module contains the gradle plugin which trigger the two compiler plugins
45+ *
4546## Useful resources
47+ [ The Road to the New Kotlin Compiler] ( https://www.youtube.com/watch?v=iTdJJq_LyoY )
48+
4649[ https://github.com/bnorm/kotlin-ir-plugin-template ] ( https://github.com/bnorm/kotlin-ir-plugin-template )
4750
4851[ Writing Your Second Kotlin Compiler Plugin, Part 1 — Project Setup] ( https://blog.bnorm.dev/writing-your-second-compiler-plugin-part-1 )
You can’t perform that action at this time.
0 commit comments