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
@@ -25,15 +25,15 @@ This is an example project that shows how to create a Kotlin Compiler Plugin. At
25
25
26
26
## Usage
27
27
28
-
> :information_source: Please be aware that the Kotlin Compiler still doesn’t have any stable API and there is no backwards compatibility guaranteed. Kotlin versions above 1.4.20 can have all totally different API.
28
+
> :information_source: Please be aware that the Kotlin Compiler still doesn’t have any stable API and there is no backwards compatibility guaranteed. Kotlin versions above 1.5.10 can have a totally different API.
29
29
30
30
* Inside the project folder run ` ./gradlew clean build`
31
31
32
32
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.
33
33
34
34
### 👷 Project Structure
35
35
#### src
36
-
* <kbd>app</kbd> - A Kotlin Multiplatform project which applies a gradle plugin(compiler.plugin.helloworld) whichs triggers the compiler plugin.
36
+
* <kbd>src</kbd> - A Kotlin Multiplatform project which applies a gradle plugin(compiler.plugin.helloworld) whichs triggers the compiler plugin.
37
37
38
38
#### buildSrc/compiler-plugin
39
39
* <kbd>kotlin-compiler-native-plugin</kbd> - This module contains the Kotlin Compiler Plugin for native targets
0 commit comments