Commit f74e5d87 authored by Him188's avatar Him188 Committed by GitHub

Update guide_getting_started.md

parent e68c952e
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
### 1 安装IDEA与JDK ### 1 安装IDEA与JDK
- JDK 要求6以上 - JDK 要求6以上
- IDEA 内设置 kotlin 插件为 EAP 版本,参考[本文](https://kotlinlang.org/eap/install-eap-plugin.html)
### 2 新建Gradle项目 ### 2 新建Gradle项目
...@@ -57,7 +56,7 @@ ...@@ -57,7 +56,7 @@
```groovy ```groovy
dependencies { dependencies {
implementation 'net.mamoe:mirai-core-qqandroid-jvm:0.31.4'//此处版本应替换为当前最新 implementation 'net.mamoe:mirai-core-qqandroid-jvm:0.32.0'//此处版本应替换为当前最新
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'junit', name: 'junit', version: '4.12'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment