Utilize the default KotlinMangler's CityHash function
This commit is contained in:
committed by
alexander-gorshenev
parent
4772885ff4
commit
367b95a0b8
-2
@@ -36,8 +36,6 @@ object KonanMangler : KotlinManglerImpl() {
|
|||||||
override val IrType.isInlined
|
override val IrType.isInlined
|
||||||
get() = this.isInlinedNative()
|
get() = this.isInlinedNative()
|
||||||
|
|
||||||
override val String.hashMangle get() = this.localHash.value
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines whether the declaration is exported, i.e. visible from other modules.
|
* Defines whether the declaration is exported, i.e. visible from other modules.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user