Split natives. Add proper disposal for natives.
This commit is contained in:
8
native/build.gradle
Normal file
8
native/build.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "com.google.guava:guava:${guavaVersion}"
|
||||
compile "io.netty:netty-buffer:${nettyVersion}"
|
||||
}
|
Reference in New Issue
Block a user