Update ConfiguringProjects.md

This commit is contained in:
Him188 2020-12-19 16:37:31 +08:00 committed by GitHub
parent 9a0c79705e
commit 12b59edb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
本文介绍如何在一个项目中使用 mirai。
mirai 使用纯 Kotlin 开发,最低要求 `JDK 1.8``Kotlin 1.4`。
mirai 使用纯 Kotlin 开发,最低要求 `JDK 1.8``Kotlin 1.4`。但注意不要使用 Oracle JDK推荐使用 OpenJDK。
如果你熟悉 Gradle只需要添加 `jcenter` 仓库和依赖 `net.mamoe:mirai-core:VERSION` 即可而不需要继续阅读。下文将详细解释其他方法。
@ -128,4 +128,4 @@ dependencies {
5. 确认并等待下载
> [回到 Mirai 文档索引](README.md)
> [回到 Mirai 文档索引](README.md)