build.gradle 89 B

123456
  1. buildscript {
  2. }
  3. dependencies {
  4. implementation("io.netty:netty-all:$nettyVersion")
  5. }