Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2024
1 parent 9f5956b commit 2ac7353
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ Add it as a dependency to your Gradle project:

```kotlin
dependencies {
modImplementation("net.fabricmc:fabric-language-kotlin:1.12.3+kotlin.2.1.0")
modImplementation("net.fabricmc:fabric-language-kotlin:1.13.0+kotlin.2.1.0")
}
```

> **_NOTE:_** Kotlin 2.1 or later requires Loom 1.9 or later.
### Adapter

Use the `kotlin` adapter for your mod by setting the `adapter` property in the `fabric.mod.json` file.
Expand All @@ -37,7 +35,7 @@ Remember to the add a dependency entry to your `fabric.mod.json` file:
]
},
"depends": {
"fabric-language-kotlin": ">=1.12.3+kotlin.2.1.0"
"fabric-language-kotlin": ">=1.13.0+kotlin.2.1.0"
}
}
```
Expand Down

0 comments on commit 2ac7353

Please sign in to comment.