From d7f5d9f53f7950d0718e5904e03f99a4ac6dbaab Mon Sep 17 00:00:00 2001 From: Iaroslav Date: Sat, 27 Jun 2020 22:21:44 +0700 Subject: [PATCH] Add general repository reference to kmath-ast/README.md --- kmath-ast/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kmath-ast/README.md b/kmath-ast/README.md index ccfe98a96..ec80f8169 100644 --- a/kmath-ast/README.md +++ b/kmath-ast/README.md @@ -14,6 +14,7 @@ This subproject implements the following features: > > ```gradle > repositories { +> maven { url 'https://dl.bintray.com/mipt-npm/scientifik' } > maven { url 'https://dl.bintray.com/mipt-npm/dev' } > } > @@ -25,6 +26,7 @@ This subproject implements the following features: > > ```kotlin > repositories { +> maven("https://dl.bintray.com/mipt-npm/scientifik") > maven("https://dl.bintray.com/mipt-npm/dev") > } >