We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55564c3 commit 3f3f370Copy full SHA for 3f3f370
plugin/src/main/kotlin/io/getstream/android/StreamConventionPlugins.kt
@@ -46,7 +46,6 @@ class JavaLibraryConventionPlugin : Plugin<Project> {
46
override fun apply(target: Project) {
47
with(target) {
48
pluginManager.apply("java-library")
49
- pluginManager.apply("org.jetbrains.kotlin.jvm")
50
51
configureJava()
52
configureKotlin()
0 commit comments