Skip to content

Commit f567fd2

Browse files
authored
Update Readme.md
1 parent 2ee3a10 commit f567fd2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111

1212
## Introduction 🙋‍♂️
1313

14-
This is an Kotlin Compiler Plugin that enables Annotation-triggered method call logging.
14+
This is an example project that shows how to create a Kotlin Compiler Plugin. At compile time a gradle plugin will trigger the compiler plugin. The plugin will print "Hello from" and the name of the file that is being compiled, as a compiler warning to the terminal log.
1515

16+
<p>
17+
<img src ="https://raw.githubusercontent.com/Foso/JK_KotlinCompilerPluginHelloWorld/master/docs/screenshot.png" />
18+
19+
</p>
1620

1721
### Show some :heart: and star the repo to support the project
1822

0 commit comments

Comments
 (0)