Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Jun 10, 2022
2 parents b3c8e17 + 0d646c1 commit 5f69503
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ The plugin is only active when the build cache is changed. This is why you need
#### buildSrc/compiler-plugin
* <kbd>kotlin-compiler-native-plugin</kbd> - This module contains the Kotlin Compiler Plugin for native targets
* <kbd>kotlin-compiler-plugin</kbd> - This module contains the Kotlin Compiler Plugin for JVM/JS targets
* <kbd>gradle-plugin</kbd> - This module contains the gradle plugin which trigger the two compiler plugins



#### buildSrc/gradle-plugin
* <kbd>gradle-plugin</kbd> - This module contains the gradle plugin which trigger the two compiler plugins
*
## Useful resources
[The Road to the New Kotlin Compiler](https://www.youtube.com/watch?v=iTdJJq_LyoY)

[https://github.com/bnorm/kotlin-ir-plugin-template](https://github.com/bnorm/kotlin-ir-plugin-template)

[Writing Your Second Kotlin Compiler Plugin, Part 1 — Project Setup](https://blog.bnorm.dev/writing-your-second-compiler-plugin-part-1)
Expand Down

0 comments on commit 5f69503

Please sign in to comment.