Sqldelight: kotlin 1.3.0-rc-146 not working with 1.0.0-rc2

Created on 12 Nov 2018  路  4Comments  路  Source: cashapp/sqldelight

Updated 0.7.1 -> 0.7.2 -> 0.9.0, all working well.

But when attempting to update 0.9.0 -> 1.0.0-rc2 get errors:

Could not find 
org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0-rc-146
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.0-rc-146

Note that this is different from https://github.com/square/sqldelight/issues/1004, where the
kotlin path was "allopen" i.e. org.jetbrains.kotlin:kotlin-allopen:1.3.0-rc-146

Tried a few maven urls one at a time, but to no avail

url "https://dl.bintray.com/kotlin/kotlin-dev/"
url "https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin"
url "https://dl.bintray.com/jetbrains/kotlin-native-dependencies"
url 'https://dl.bintray.com/kotlin/kotlin-eap' // worked with the "allopen" 1.3.0-rc-146 as per #1004 

Probably unrelated, but 1.3 RC4 commit bfdd2bb (18 Oct 2018, upped kotlin RC version from 146 to 190) was made a few days after 1.0.0-rc2 was released (6023c28, 15 Oct 2018)

Most helpful comment

i think we probably just need to do another rc that targets 1.3.0
that should happen shortly

All 4 comments

i think we probably just need to do another rc that targets 1.3.0
that should happen shortly

@AlecStrong Any ETA on the fix for this?

You can specify an explicit classpath dependency on 1.3.0 (or 1.3.10) for now to force resolution to a newer version.

1.0.0-rc3 has been released

Was this page helpful?
0 / 5 - 0 ratings