Move package from collect to guava

because java modules hate nice stuff
This commit is contained in:
DBotThePony 2024-02-15 19:44:31 +07:00
parent e2ca74cd53
commit ff296cdc9f
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ kotlin.code.style=official
specifyKotlinAsDependency=false
projectGroup=ru.dbotthepony.kommons
projectVersion=2.3.2
projectVersion=2.3.3
guavaDepVersion=33.0.0
gsonDepVersion=2.8.9

View File

@ -1,4 +1,4 @@
package ru.dbotthepony.kommons.collect
package ru.dbotthepony.kommons.guava
import com.google.common.collect.ImmutableList
import com.google.common.collect.ImmutableMap