Use kotlin_module not kotlin-module to identify Kotlin module metadata
See gh-16004
This commit is contained in:
committed by
Andy Wilkinson
parent
91a005f578
commit
cb6362df82
@@ -381,7 +381,7 @@ public class Repackager {
|
||||
}
|
||||
if ((entry.getName().startsWith("META-INF/")
|
||||
&& !entry.getName().equals("META-INF/aop.xml")
|
||||
&& !entry.getName().endsWith(".kotlin-module"))
|
||||
&& !entry.getName().endsWith(".kotlin_module"))
|
||||
|| entry.getName().startsWith("BOOT-INF/")
|
||||
|| entry.getName().equals("module-info.class")) {
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user