Skip to content

Commit

Permalink
Add missing kotlin-eap repo for gradle plugin search
Browse files Browse the repository at this point in the history
  • Loading branch information
erokhins authored and e5l committed Mar 20, 2020
1 parent 3b3f2ef commit 4abf03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ buildscript {
jcenter()
gradlePluginPortal()
maven { url "https://dl.bintray.com/jetbrains/kotlin-native-dependencies" }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
maven {
url "https://kotlin.bintray.com/kotlin-dev"
credentials {
Expand Down

0 comments on commit 4abf03c

Please sign in to comment.