Dev #49

Merged
altavir merged 5 commits from dev into master 2019-02-22 13:53:11 +03:00
Showing only changes of commit 6299c0940f - Show all commits

View File

@ -52,7 +52,7 @@ or for the Gradle Kotlin DSL:
```kotlin ```kotlin
repositories { repositories {
maven { setUrl("http://npm.mipt.ru:8081/artifactory/gradle-dev") } maven("http://npm.mipt.ru:8081/artifactory/gradle-dev")
mavenCentral() mavenCentral()
} }
``` ```