chore: clean up unused Tabs imports and Gradle Groovy tab
This commit is contained in:
@@ -21,13 +21,6 @@ Calendar Toolbox 是一个 Java 库,旨在简化遵循 iCalendar 规范(RFC
|
||||
## 安装
|
||||
|
||||
<Tabs>
|
||||
<Tab label="Gradle with Groovy DSL">
|
||||
```groovy title="build.gradle"
|
||||
dependencies {
|
||||
implementation 'com.onixbyte:calendar-toolbox:1.1.0'
|
||||
}
|
||||
```
|
||||
</Tab>
|
||||
<Tab label="Gradle with Kotlin DSL">
|
||||
```kotlin title="build.gradle.kts"
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user