1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.10.0-alpha07" type="baseline" client="gradle" dependencies="false" name="AGP (8.10.0-alpha07)" variant="all" version="8.10.0-alpha07">
3
4    <issue
5        id="RestrictedApiAndroidX"
6        message="AtomicReference.get can only be called from within the same library group (referenced groupId=`androidx.lifecycle` from groupId=`androidx.lifecycle.integration-tests`)"
7        errorLine1="        assertThat(owner.lifecycle.internalScopeRef.get()).isSameInstanceAs(scope)"
8        errorLine2="                                                    ~~~">
9        <location
10            file="src/test-common/java/androidx.lifecycle/LifecycleCoroutineScopeTestBase.kt"/>
11    </issue>
12
13    <issue
14        id="RestrictedApiAndroidX"
15        message="AtomicReference.get can only be called from within the same library group (referenced groupId=`androidx.lifecycle` from groupId=`androidx.lifecycle.integration-tests`)"
16        errorLine1="        assertThat(owner.lifecycle.internalScopeRef.get()).isSameInstanceAs(scope)"
17        errorLine2="                                                    ~~~">
18        <location
19            file="src/test-common/java/androidx.lifecycle/LifecycleCoroutineScopeTestBase.kt"/>
20    </issue>
21
22    <issue
23        id="RestrictedApiAndroidX"
24        message="Lifecycle.internalScopeRef can only be accessed from within the same library group (referenced groupId=`androidx.lifecycle` from groupId=`androidx.lifecycle.integration-tests`)"
25        errorLine1="        assertThat(owner.lifecycle.internalScopeRef.get()).isSameInstanceAs(scope)"
26        errorLine2="                                   ~~~~~~~~~~~~~~~~">
27        <location
28            file="src/test-common/java/androidx.lifecycle/LifecycleCoroutineScopeTestBase.kt"/>
29    </issue>
30
31    <issue
32        id="RestrictedApiAndroidX"
33        message="Lifecycle.internalScopeRef can only be accessed from within the same library group (referenced groupId=`androidx.lifecycle` from groupId=`androidx.lifecycle.integration-tests`)"
34        errorLine1="        assertThat(owner.lifecycle.internalScopeRef.get()).isSameInstanceAs(scope)"
35        errorLine2="                                   ~~~~~~~~~~~~~~~~">
36        <location
37            file="src/test-common/java/androidx.lifecycle/LifecycleCoroutineScopeTestBase.kt"/>
38    </issue>
39
40</issues>
41