Fix kotlin-android-extensions artifact name in subplugin
This commit is contained in:
+1
-1
@@ -56,6 +56,6 @@ public class AndroidSubplugin : KotlinGradleSubplugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun getArtifactName(): String {
|
override fun getArtifactName(): String {
|
||||||
return "kotlin-android-compiler-plugin"
|
return "kotlin-android-extensions"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user