Native: enable HMPP in tests/samples

Remove `kotlin.mpp.hierarchicalStructureSupport=false`.
Disabling HMPP is not supported anymore.

^KT-59304
This commit is contained in:
Svyatoslav Scherbina
2023-08-09 12:14:13 +00:00
committed by Space Team
parent 949e4be658
commit ce9a45bf92
2 changed files with 1 additions and 3 deletions
@@ -30,6 +30,7 @@ fun main(args: Array<String>) {
with(serverAddr) {
memset(this.ptr, 0, sockaddr_in.size.convert())
@OptIn(UnsafeNumber::class)
sin_family = AF_INET.convert()
sin_port = posix_htons(port).convert()
}
@@ -16,6 +16,3 @@ kotlin.native.home=../../dist
# Increase memory for in-process compiler execution.
org.gradle.jvmargs=-Xmx3g
# Disable HMPP with metadata until KT-50547 is not fixed
kotlin.mpp.hierarchicalStructureSupport=false