1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.8.0-alpha01" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0-alpha01)" variant="all" version="8.8.0-alpha01">
3
4    <issue
5        id="RestrictedApiAndroidX"
6        message="ProcessLock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)"
7        errorLine1="        val copyLock = ProcessLock(name, context.filesDir, processLevelLock)"
8        errorLine2="                       ~~~~~~~~~~~">
9        <location
10            file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/>
11    </issue>
12
13    <issue
14        id="RestrictedApiAndroidX"
15        message="ProcessLock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)"
16        errorLine1="        val copyLock = ProcessLock(name, context.filesDir, processLevelLock)"
17        errorLine2="                                   ~~~~">
18        <location
19            file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/>
20    </issue>
21
22    <issue
23        id="RestrictedApiAndroidX"
24        message="ProcessLock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)"
25        errorLine1="        val copyLock = ProcessLock(name, context.filesDir, processLevelLock)"
26        errorLine2="                                         ~~~~~~~~~~~~~~~~">
27        <location
28            file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/>
29    </issue>
30
31    <issue
32        id="RestrictedApiAndroidX"
33        message="ProcessLock.lock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)"
34        errorLine1="            copyLock.lock()"
35        errorLine2="                     ~~~~">
36        <location
37            file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/>
38    </issue>
39
40    <issue
41        id="RestrictedApiAndroidX"
42        message="ProcessLock.unlock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)"
43        errorLine1="            copyLock.unlock()"
44        errorLine2="                     ~~~~~~">
45        <location
46            file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/>
47    </issue>
48
49</issues>
50