Update ConfiguringProjects.md

This commit is contained in:
Him188 2021-01-26 11:36:47 +08:00 committed by GitHub
parent 596a295905
commit 6402315ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,13 +104,13 @@ dependencies {
<dependencies>
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-core</artifactId>
<artifactId>mirai-core-jvm</artifactId>
<version>2.1.0</version> <!-- 替换版本为你需要的版本 -->
</dependency>
</dependencies>
```
> artifactId 在 `2.1.0` 起才可以使用 `mirai-core`。在 `2.0.0` 需要使用 `mirai-core-jvm`
> 注意在 MavenartifactId 要使用带 `-jvm` 后缀的
### 3. 添加 Kotlin 依赖