Anyone know where Kotlin 2.3.20 dev artefacts are ...
# eap
j
Anyone know where Kotlin 2.3.20 dev artefacts are being published to (they're not at https://packages.jetbrains.team/maven/p/kt/dev for example where 2.3.0 dev ones are)?
or likes of
2.3.0-Beta2-21
for example
b
the
2.3.0-dev
are there (but no beta2 though)
2.3.20
neither but do these exist yet?
j
b
ah indeed 👀
j
I'm just testing a fix but I think it's actually in one of the
2.3.0-Beta2.x
builds.....but as mentioned they're not there either
o
AFK, but could this one work for you?
Copy code
maven("<https://redirector.kotlinlang.org/maven/dev>")
j
I think that redirects to same link
z
These are all the ones I use
Copy code
maven("<https://redirector.kotlinlang.org/maven/bootstrap>")
maven("<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/>")
    // Publications used by IJ
    // <https://kotlinlang.slack.com/archives/C7L3JB43G/p1757001642402909>
    maven("<https://packages.jetbrains.team/maven/p/ij/intellij-dependencies/>")
j
Thanks, but still not finding those dependencies there....e..g.
Copy code
Plugin [id: 'org.jetbrains.kotlin.android', version: '2.3.0-Beta2-21', apply: false] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.3.0-Beta2-21')
  Searched in the following repositories:
    Google
    MavenRepo
    Gradle Central Plugin Repository
    maven(<https://redirector.kotlinlang.org/maven/dev>)
    maven2(<https://redirector.kotlinlang.org/maven/bootstrap>)
    maven3(<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/>)
    maven4(<https://packages.jetbrains.team/maven/p/ij/intellij-dependencies/>)
t
Dev builds are published to
<https://redirector.kotlinlang.org/maven/dev>
j
@tapchicoma that's what I've been using (that redirects here to https://packages.jetbrains.team/maven/p/kt/dev) .....but the recent versions mentioned above not there....at least for certain artefacts e.g. https://packages.jetbrains.team/maven/p/kt/dev/org/jetbrains/kotlin/android/org.jetbrains.kotlin.android.gradle.plugin/
t
AFAIK with
2.3.0-Beta2
builds we are currently having some problems and that is why they haven't appeared there yet
j
ah, ok, thanks.....and likewise it seems for 2.3.20 dev builds?
t
It looks like so
m