We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b659ca7 commit 4b2d085Copy full SHA for 4b2d085
1 file changed
packages/cli/build.gradle.kts
@@ -1195,6 +1195,11 @@ val initializeAtRuntime: List<String> = listOfNotNull(
1195
"io.netty.buffer.Unpooled",
1196
"io.netty.buffer.UnpooledByteBufAllocator",
1197
"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",
1203
1204
// --- Netty: Native Crypto -----
1205
0 commit comments