[Gradle] MppIdeDependencyResolutionIT: Use correct encoder for assertion
^KT-56429 Verification Pending
This commit is contained in:
committed by
Space Team
parent
abbf11e8e1
commit
300995209f
+1
-1
@@ -212,7 +212,7 @@ class MppIdeDependencyResolutionIT : KGPBaseTest() {
|
||||
val crc = CRC32()
|
||||
crc.update(cinteropFile.readBytes())
|
||||
val crcValue = crc.value.toInt()
|
||||
val crcString = Base64.getEncoder().withoutPadding().encodeToString(
|
||||
val crcString = Base64.getUrlEncoder().withoutPadding().encodeToString(
|
||||
ByteBuffer.allocate(4).putInt(crcValue).array()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user