[Gradle, JS] Fix hmpp on only js

#KT-38592 fixed
This commit is contained in:
Ilya Goncharov
2020-05-20 19:29:08 +03:00
parent bed7b23d6c
commit 985623eac5
@@ -7,7 +7,7 @@ package com.example.foo
import com.example.thirdparty.thirdPartyJsFun import com.example.thirdparty.thirdPartyJsFun
fun fooJvmAndJs(): String { fun fooJs(): String {
thirdPartyJsFun() thirdPartyJsFun()
return "hello" return "hello"
} }