[Gradle, JS] Fix hmpp on only js
#KT-38592 fixed
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ package com.example.foo
|
||||
|
||||
import com.example.thirdparty.thirdPartyJsFun
|
||||
|
||||
fun fooJvmAndJs(): String {
|
||||
fun fooJs(): String {
|
||||
thirdPartyJsFun()
|
||||
return "hello"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user