Add general repository reference to kmath-ast/README.md

This commit is contained in:
Iaroslav 2020-06-27 22:21:44 +07:00
parent 9b03fdb655
commit d7f5d9f53f
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -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")
> }
>