Skip to content

Commit 5f69503

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b3c8e17 + 0d646c1 commit 5f69503

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)