Skip to content

Commit

Permalink
update ASM from 9.0 to 9.6.1 to use a recent version as IJ JPS
Browse files Browse the repository at this point in the history
 #KT-74276
  • Loading branch information
develar authored and Space Team committed Jan 9, 2025
1 parent 4112767 commit 84caa8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public MethodVisitor newMethod(
@Override
@NotNull
public AnnotationVisitor newAnnotation(@NotNull String desc, boolean visible) {
return new AnnotationRemapper(builder.newAnnotation(remapper.mapDesc(desc), visible), remapper);
return new AnnotationRemapper(null, builder.newAnnotation(remapper.mapDesc(desc), visible), remapper);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ compose-stable = "1.7.0-alpha08" # Used for Compose compiler plugin tests
androidx-collections = "1.5.0-alpha02" # Used for Compose compiler plugin tests
ant = "1.10.14"
kotlin-for-gradle-plugins-compilation = "2.0.20-RC"
intellij-asm = "9.0"
intellij-asm = "9.6.1"
diff-utils = "4.12"
opentelemetry-api = "1.41.0"
# Wasm specific
Expand Down
12 changes: 6 additions & 6 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3806,18 +3806,18 @@
<sha256 value="aa118ff9eed82cb1cc93f6e489bfe19ba795fd9a18892873d2d4beded4636969" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.intellij.deps" name="asm-all" version="9.0">
<artifact name="asm-all-9.0.jar">
<md5 value="59d1070bc2cab3e2ec94e14bb23106be" origin="Generated by Gradle"/>
<sha256 value="7db70502eacadde838d50e1e536c3ddc4b8fbde7445ae26a0bc6b918a0db0570" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.intellij.deps" name="asm-all" version="9.5.3">
<artifact name="asm-all-9.5.3.jar">
<md5 value="56f2c2ef810911f5edf68c7b5ccfd067" origin="Generated by Gradle"/>
<sha256 value="ee2763fcf9979a20790cb353a8cf7ad6a5dbacbc35a367ef68796734fa1b963f" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.intellij.deps" name="asm-all" version="9.6.1">
<artifact name="asm-all-9.6.1.jar">
<md5 value="56b3b598714774359da5d6d9a290d9ef" origin="Generated by Gradle"/>
<sha256 value="a72e84efb1406a7ab326e0b28c4376e9e1ebfc08c09f23edff5e6e7249588df7" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.intellij.deps" name="log4j" version="1.2.17.2">
<artifact name="log4j-1.2.17.2.jar">
<md5 value="581b8bb9bc302efee23c375ab37de2b9" origin="Generated by Gradle"/>
Expand Down
2 changes: 1 addition & 1 deletion libraries/tools/kotlinp/jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("jps-compatible")
}

val kotlinpAsmVersion = "9.0"
val kotlinpAsmVersion = "9.6.1"
val shadows by configurations.creating

dependencies {
Expand Down

0 comments on commit 84caa8a

Please sign in to comment.