Hey there, We’re using Analysis API for our stati...
# k2-adopters
m
Hey there, We’re using Analysis API for our static code analyzer. Since the release 2.2, we can’t find the corresponding version of the Analysis API to upgrade. Since today we also see 401 error on the previous artifact: Could not GET 'https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-ide-plugin-dependencies/org/jetbrains/kotlin/analysis-api-standalone-for-ide/2.1.21/analysis-api-standalone-for-ide-2.1.21.pom'. Received status code 401 from server: Unauthorized
Update: the access seems to be back, but the question about 2.2 release is still relevant
t
the new repository URL you should use is
<https://redirector.kotlinlang.org/maven/kotlin-ide-plugin-dependencies>
Though it only contains RC2 and not the final release. We are looking into it. cc @Margarita Bobova
👀 1
f
The direct api artifact is there, but there's none of the dependant artifacts, i.e. analysis-api-standalone-base, -fir-standalone-base, etc Where can I find them? i already have maven central, packages.jetbrains and the redirector declared as repositories, but the artifacts are nowhere to be found.
👀 1
Nope, not there either
f
Thanks
222 Views