Fix the problem of package name for generated kt code. (#3082)

Co-authored-by: 李春华 <lichunhua@threesoft.cn>
This commit is contained in:
lchjczw
2023-04-08 22:46:34 +08:00
committed by GitHub
parent 98c9b5928a
commit 189e9bd9da
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package {{with .Info}}{{.Desc}}{{end}}
package {{.Pkg}}
import com.google.gson.Gson