Skip to content

Commit a0b668e

Browse files
committed
fix: update compiler plugin group id
1 parent 7e135e3 commit a0b668e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle-plugin/src/main/java/io/tolgee/TolgeeCompilerSubPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TolgeeCompilerSubPlugin : KotlinCompilerPluginSupportPlugin {
3636
}
3737

3838
companion object {
39-
private const val GROUP_NAME = "io.tolgee"
39+
private const val GROUP_NAME = "io.tolgee.mobile-koltin-sdk"
4040
private const val ARTIFACT = "compiler-plugin"
4141
private const val PLUGIN_ID = "tolgee"
4242
}

0 commit comments

Comments
 (0)