From a43bee8f776677aae16e92bdfedb03c1da1e6b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergej=20Ko=C5=A1=C4=8Dejev?= Date: Thu, 5 Oct 2023 09:45:30 +0200 Subject: [PATCH] README.md: explicitly mention Gradle Kotlin syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d567e9..d687dd3 100644 --- a/README.md +++ b/README.md @@ -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