in exposed-gradle-plugin/plugin-build/plugin/src/main/kotlin/com/jetbrains/exposed/gradle/plugin/shadowjar/KotlinRelocator.kt [16:20]
override fun relocatePath(context: RelocatePathContext?): String {
return delegate.relocatePath(context).also {
foundRelocatedSubPaths.getOrPut(task) { hashSetOf() }.add(it.substringBeforeLast('/'))
}
}