Skip to content

Commit 4d1a8db

Browse files
committed
Fix gradle ktx
1 parent c1c0e3a commit 4d1a8db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

moxy-ktx/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ buildscript {
1212

1313
apply plugin: 'java-library'
1414
apply plugin: 'kotlin'
15-
15+
apply plugin: 'com.github.dcendents.android-maven'
16+
group = 'com.github.Omega-R.OmegaMoxy'
1617

1718
java {
1819
sourceCompatibility = JavaVersion.VERSION_1_7

0 commit comments

Comments
 (0)