From 0a5976d23095b9d93a372daea0b383b596f65c1b Mon Sep 17 00:00:00 2001 From: shalva97 Date: Mon, 27 May 2024 15:13:11 +0400 Subject: [PATCH] add more native targets --- library/module.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/module.yaml b/library/module.yaml index a6586cf..e2d1498 100644 --- a/library/module.yaml +++ b/library/module.yaml @@ -4,7 +4,9 @@ product: - macosX64 - macosArm64 - jvm -# - mingwX64 + - linuxX64 + - linuxArm64 + - mingwX64 dependencies: - io.ktor:ktor-client-content-negotiation:2.3.10