We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd48d0 commit 13fbed2Copy full SHA for 13fbed2
2 files changed
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
id("org.jetbrains.kotlin.android") version "1.8.0" apply false
6
}
7
8
-group = "com.konyaco.fluent"
+group = "com.konyaco"
9
10
allprojects {
11
repositories {
fluent-icons-core/build.gradle.kts
id("maven-publish")
version = "0.0.1-dev3"
kotlin {
@@ -38,4 +38,4 @@ android {
38
sourceCompatibility = JavaVersion.VERSION_11
39
targetCompatibility = JavaVersion.VERSION_11
40
41
-}
+}
0 commit comments