Daniel Seither

Results 2 issues of Daniel Seither

Running the following test throws a runtime leakage exception: ```kotlin import androidx.test.ext.junit.runners.AndroidJUnit4 import com.caoccao.javet.interop.V8Host import com.caoccao.javet.interop.V8Runtime import org.junit.Test import org.junit.runner.RunWith @RunWith(AndroidJUnit4::class) class LeakTest { @Test fun testRuntime() { val v8Host...

bug

Fixes two instances of a typo: Xcode is spelled with a lower-case c (see [Apple Developer](https://developer.apple.com/xcode/)).