Skip to content

Commit 9238f5f

Browse files
committed
fix(cli): kqueue native types
Signed-off-by: Sam Gammon <[email protected]>
1 parent 3ec2b76 commit 9238f5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/cli/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,11 @@ val initializeAtRuntime: List<String> = listOfNotNull(
11951195
"io.netty.buffer.Unpooled",
11961196
"io.netty.buffer.UnpooledByteBufAllocator",
11971197
"io.netty.buffer.EmptyByteBuf",
1198+
"io.netty.channel.kqueue.KQueueEventArray",
1199+
"io.netty.channel.kqueue.Native",
1200+
"io.netty.channel.kqueue.KQueue",
1201+
"io.netty.channel.kqueue.KQueueIoHandler",
1202+
"io.netty.channel.kqueue.KQueueEventLoop",
11981203

11991204
// --- Netty: Native Crypto -----
12001205

0 commit comments

Comments
 (0)