kirillrakhman
12/20/2016, 12:39 PMkirillrakhman
12/20/2016, 12:40 PMyan
12/20/2016, 12:43 PMandreworobator
12/20/2016, 8:50 PMilya.gorbunov
12/20/2016, 8:56 PMandreworobator
12/20/2016, 9:00 PMandreworobator
12/20/2016, 9:02 PMext.kotlin_version = ‘1.1-M03'
the right thing to use? @ilya.gorbunovilya.gorbunov
12/20/2016, 9:21 PMmaven { "<http://dl.bintray.com/kotlin/kotlin-eap-1.1>" }
repository in the buildscript
section, so that gradle knows where to find the plugin.andreworobator
12/20/2016, 9:41 PMandreworobator
12/20/2016, 9:48 PMFailed to resolve: org.jetbrains.kotlin:kotlin-stdlib:1.1-SNAPSHOT
in my app level gradle. I moved the maven {}
block to the buildscripts section in my top level build.gradle and in my app build.gradle, I’m simply using compile “org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version”
@ilya.gorbunovilya.gorbunov
12/20/2016, 9:55 PMandreworobator
12/20/2016, 9:55 PMilya.gorbunov
12/20/2016, 10:02 PMandreworobator
12/20/2016, 10:03 PMilya.gorbunov
12/20/2016, 10:08 PMext.kotlin_version
to 1.1-SNAPSHOT and fetch it from <https://oss.sonatype.org/content/repositories/snapshots>
maven repository.andreworobator
12/20/2016, 10:16 PMFailed to resolve: org.jetbrains.kotlin:kotlin-stdlib:1.1-SNAPSHOT
ilya.gorbunov
12/20/2016, 10:41 PMandreworobator
12/21/2016, 1:31 PMilya.gorbunov
12/21/2016, 8:19 PMmaven { url "<http://dl.bintray.com/kotlin/kotlin-eap-1.1>" }
repository to fetch both Kotlin 1.1-M04 and kotlinx-coroutines 0.2-beta
https://github.com/Kotlin/kotlinx.coroutines/#using-in-your-projectsandreworobator
12/21/2016, 8:41 PMandreworobator
12/21/2016, 8:41 PMsdeleuze
12/21/2016, 9:16 PM1.1-M04
IDEA plugin does not contain allopen
and noarg
compiler pluginssdeleuze
12/21/2016, 9:16 PMsdeleuze
12/21/2016, 9:17 PMilya.gorbunov
12/21/2016, 9:18 PMsdeleuze
12/21/2016, 9:20 PMnoarg
compiler plugin with 1.0.6-eap-112
IDEA plugin it works, but not with 1.1-M04
IDEA pluginsdeleuze
12/21/2016, 9:20 PMsdeleuze
12/21/2016, 9:20 PMsdeleuze
12/21/2016, 9:26 PM1.1-M04
for IDEA plugin AND my project dependencies that worksyan
12/21/2016, 9:29 PM