Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guodongAndroid committed Nov 23, 2023
1 parent 04f872d commit 6a02764
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Implemented using kotlin compiler plugin, currently only applicable to Kotlin fu

## 集成

| Kotlin | Sword | PluginId |
| :----: | :---: | :-------------------------------- |
| 1.7.10 | 0.0.2 | `com.sunxiaodou.kotlin.sword.kcp` |
| Kotlin | KSP | Sword | PluginId |
| :----- | :------------ | :---- | :-------------------------------- |
| 1.8.22 | 1.8.22-1.0.11 | 0.0.3 | `com.sunxiaodou.kotlin.sword.kcp` |
| 1.7.10 | 1.7.10-1.0.6 | 0.0.2 | `com.sunxiaodou.kotlin.sword.kcp` |

### Top-level build.gradle.kts

Expand All @@ -19,7 +20,7 @@ plugins {
id("com.sunxiaodou.kotlin.sword.kcp") version "<latest-version>" apply false

// Option KSP
id("com.google.devtools.ksp") version "1.7.10-1.0.6" apply false
id("com.google.devtools.ksp") version "<ksp-version>" apply false
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ KOTLIN_PLUGIN_ID=com.sunxiaodou.kotlin.sword.kcp
GROUP=com.sunxiaodou.kotlin

# PLUGIN_VERSION
VERSION_NAME=0.0.3-SNAPSHOT
VERSION_NAME=0.0.3

POM_NAME=Sword
POM_DESCRIPTION=Implemented using kotlin compiler plugin, currently only applicable to Kotlin functions, providing proxy implementation for Kotlin functions.
Expand Down

0 comments on commit 6a02764

Please sign in to comment.