-
Notifications
You must be signed in to change notification settings - Fork 61
External resources
Christian Melchior edited this page Sep 17, 2020
·
2 revisions
This page contains a list of Kotlin resources we found interesting for some reason. They are stored here as they are otherwise being deleted from Slack after 90 days.
Compiler plugin development:
- Some good material to get started with compiler API (since no official doc yet) https://kotlinlang.slack.com/archives/C7L3JB43G/p1600198921092300 I particularly recommend the talk of Shika (Magic of compiler extensions) https://www.droidcon.com/media-detail?video=453613951 Talk code http://github.com/ShikaSD/compiler-plugin-talk-example (there's a lot of logic we can reuse in our use case)