修改一些细节

This commit is contained in:
liwen
2021-02-08 12:28:53 +08:00
parent 76bfb78e24
commit e5a5b3a812
11 changed files with 211 additions and 71 deletions

View File

@@ -170,6 +170,16 @@
<artifactId>lombok</artifactId>
<version>1.18.16</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.squareup.sqldelight</groupId>-->
<!-- <artifactId>gradle-plugin</artifactId>-->
<!-- <version>1.0.0-alpha1</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler</artifactId>
<version>1.0.6</version>
</dependency>
</dependencies>