Skip to content

Commit 3f3f370

Browse files
committed
Remove kotlin plugin application from java library
1 parent 55564c3 commit 3f3f370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/src/main/kotlin/io/getstream/android/StreamConventionPlugins.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class JavaLibraryConventionPlugin : Plugin<Project> {
4646
override fun apply(target: Project) {
4747
with(target) {
4848
pluginManager.apply("java-library")
49-
pluginManager.apply("org.jetbrains.kotlin.jvm")
5049

5150
configureJava()
5251
configureKotlin()

0 commit comments

Comments
 (0)