Un-mangle Kotlin method names in PartTree
#2965
Labels
type: enhancement
A general enhancement
Milestone
PartTree
#2965
Repository method declarations using Kotlin value classes are subject to be mangled (i.e. Kotlin Compiler appends a hash separated by
-
).becomes:
@JvmName
cannot be used on interfaces so the only way to mitigate that issue is on our side.The text was updated successfully, but these errors were encountered: