We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76c216 commit 95b2534Copy full SHA for 95b2534
Tests/AndroidNativeTests/AndroidNativeTests.swift
@@ -2,6 +2,7 @@ import XCTest
2
import AndroidNative
3
4
class AndroidNativeTests : XCTestCase {
5
+ @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
6
public func testMainActor() async {
7
let actorDemo = await MainActorDemo()
8
let result = await actorDemo.add(n1: 1, n2: 2)
0 commit comments