You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,9 @@ This is an example project that shows how to create a Kotlin Compiler Plugin. At
33
33
The plugin is only active when the build cache is changed. This is why you need to run "clean" before building, when you want to see the log output again.
34
34
35
35
### 👷 Project Structure
36
-
#### src
37
36
* <kbd>lib</kbd> - A Kotlin Multiplatform project which applies a gradle plugin(compiler.plugin.helloworld) whichs triggers the compiler plugin.
38
-
39
-
#### kotlin-compiler-plugin
40
-
* <kbd>kotlin-compiler-plugin</kbd> - This module contains the Kotlin Compiler Plugin
41
-
42
-
#### gradle-plugin
43
-
* <kbd>gradle-plugin</kbd> - This module contains the gradle plugin which trigger the two compiler plugins
37
+
* <kbd>kotlin-compiler-plugin</kbd> - This module contains the Kotlin Compiler Plugin
38
+
* <kbd>gradle-plugin</kbd> - This module contains the gradle plugin which trigger the compiler plugin
44
39
*
45
40
## Useful resources
46
41
[The Road to the New Kotlin Compiler](https://www.youtube.com/watch?v=iTdJJq_LyoY)
0 commit comments