tweak: использование fastutil коллекций
This commit is contained in:
8
shared/build.gradle
Normal file
8
shared/build.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
//file:noinspection GroovyAssignabilityCheck
|
||||
plugins {
|
||||
id("java-library")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api("it.unimi.dsi:fastutil:8.5.12")
|
||||
}
|
||||
Reference in New Issue
Block a user