Skip to content

Commit

Permalink
fix: review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Nov 15, 2024
1 parent b4dafdf commit c301df2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class KotlinClassMetadataRemappingAnnotationVisitor(
val metadata = KotlinClassMetadata.readLenient(header)
if (metadata.version.major < 1 || (metadata.version.major == 1 && metadata.version.minor < 4)) {
logger.warn("$className is not supported by kotlin metadata remapping (version: ${metadata.version})")
accept(next)
return
}

Expand Down

0 comments on commit c301df2

Please sign in to comment.