ShawnV
08/28/2020, 6:20 PM@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