Skip to content

Commit

Permalink
README.md: explicitly mention Gradle Kotlin syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev authored Oct 5, 2023
1 parent d74a066 commit a43bee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following artifacts are published:

# Adding a dependency on arbitrary JAR files from an MPS distribution

This repository only publishes some JAR files and does not publish additional JARs retroactively for older versions. If you are using Gradle, you can add a dependency on an arbitrary selection of JARs from within the MPS distribution as follows:
This repository only publishes some JAR files and does not publish additional JARs retroactively for older versions. If you are using Gradle, you can add a dependency on an arbitrary selection of JARs from within the MPS distribution as follows (using Gradle Kotlin syntax):

```kotlin
val mpsRuntime by configurations.creating
Expand Down

0 comments on commit a43bee8

Please sign in to comment.