fix jvm #3
Annotations
3 warnings and 2 notices
Leaking 'this' in constructor:
ton-kotlin-adnl/src/commonMain/kotlin/org/ton/adnl/AdnlPeers.kt#L69
Accessing non-final property hugePacketMaxSize in constructor
|
Leaking 'this' in constructor:
ton-kotlin-adnl/src/commonMain/kotlin/org/ton/adnl/AdnlPeers.kt#L68
Accessing non-final property hugePacketMaxSize in constructor
|
Leaking 'this' in constructor:
ton-kotlin-adnl/src/commonMain/kotlin/org/ton/adnl/AdnlPeers.kt#L69
Accessing non-final property mtu in constructor
|
Array property in data class:
ton-kotlin-adnl/src/commonMain/kotlin/org/ton/adnl/network/IPAddress.kt#L46
Property with 'Array' type in a 'data' class: it is recommended to override 'equals()' and 'hashCode()'
|
Package name does not match containing directory:
ton-kotlin-contract/src/commonMain/kotlin/org/ton/contract/wallet/HighLoadWalletV2Contract.kt#L1
Package directive does not match the file location
|