We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec2b76 commit 9238f5fCopy full SHA for 9238f5f
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