So I just tried adding ``` @ExperimentalMultipl...
# kotlin-native
s
So I just tried adding
Copy code
@ExperimentalMultiplatform
    @Throws(Exception::class)
    suspend fun fetchUrl():String{//...}
And it seems to compile fine for iOS, but on the Java compile is says 
This class does not have a constructor
 on the line that has 
@Throws(Exception::class)
PS: I’m doing this using Kotlin 1.4