diff --git a/gradle.properties b/gradle.properties index 68fc37d..d84e7a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/guava/src/main/kotlin/ru/dbotthepony/kommons/collect/GuavaCollections.kt b/guava/src/main/kotlin/ru/dbotthepony/kommons/guava/GuavaCollections.kt similarity index 97% rename from guava/src/main/kotlin/ru/dbotthepony/kommons/collect/GuavaCollections.kt rename to guava/src/main/kotlin/ru/dbotthepony/kommons/guava/GuavaCollections.kt index 1dd6e99..d774232 100644 --- a/guava/src/main/kotlin/ru/dbotthepony/kommons/collect/GuavaCollections.kt +++ b/guava/src/main/kotlin/ru/dbotthepony/kommons/guava/GuavaCollections.kt @@ -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