File tree 1 file changed +6
-3
lines changed
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
39
39
#### buildSrc/compiler-plugin
40
40
* <kbd >kotlin-compiler-native-plugin</kbd > - This module contains the Kotlin Compiler Plugin for native targets
41
41
* <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
+ *
45
46
## Useful resources
47
+ [ The Road to the New Kotlin Compiler] ( https://www.youtube.com/watch?v=iTdJJq_LyoY )
48
+
46
49
[ https://github.com/bnorm/kotlin-ir-plugin-template ] ( https://github.com/bnorm/kotlin-ir-plugin-template )
47
50
48
51
[ 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