Skip to content

Commit bc957af

Browse files
committed
remove native plugin because now you can use the same plugin for all targets
1 parent c862e02 commit bc957af

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Readme.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,9 @@ This is an example project that shows how to create a Kotlin Compiler Plugin. At
3333
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.
3434

3535
### 👷 Project Structure
36-
#### src
3736
* <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
4439
*
4540
## Useful resources
4641
[The Road to the New Kotlin Compiler](https://www.youtube.com/watch?v=iTdJJq_LyoY)

0 commit comments

Comments
 (0)