blob: 96db28a63351f2ef34aaff694a047cb50667de73 [file] [log] [blame]
Louis Pullen-Freilich8ad38ba2019-06-10 16:33:44 +01001<?xml version="1.0" encoding="UTF-8"?>
Fred Sladkey5de43e72024-09-15 21:36:49 -04002<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">
Aurimas Liutikas578019f2023-08-16 13:24:08 -07003
4 <issue
Alan Viverette48a33a92023-08-28 12:42:49 -04005 id="RestrictedApiAndroidX"
Aurimas Liutikas578019f2023-08-16 13:24:08 -07006 message="ProcessLock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)"
Aurimas Liutikas0c936702024-07-12 10:18:13 -07007 errorLine1=" val copyLock = ProcessLock(name, context.filesDir, processLevelLock)"
Aurimas Liutikas578019f2023-08-16 13:24:08 -07008 errorLine2=" ~~~~~~~~~~~">
9 <location
Daniel Santiago Rivera24f5ede2024-02-16 11:08:52 -050010 file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/>
Aurimas Liutikas578019f2023-08-16 13:24:08 -070011 </issue>
12
13 <issue
Alan Viverette48a33a92023-08-28 12:42:49 -040014 id="RestrictedApiAndroidX"
Aurimas Liutikas578019f2023-08-16 13:24:08 -070015 message="ProcessLock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)"
Aurimas Liutikas0c936702024-07-12 10:18:13 -070016 errorLine1=" val copyLock = ProcessLock(name, context.filesDir, processLevelLock)"
17 errorLine2=" ~~~~">
Aurimas Liutikas578019f2023-08-16 13:24:08 -070018 <location
Daniel Santiago Rivera24f5ede2024-02-16 11:08:52 -050019 file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/>
Aurimas Liutikas578019f2023-08-16 13:24:08 -070020 </issue>
21
22 <issue
Alan Viverette48a33a92023-08-28 12:42:49 -040023 id="RestrictedApiAndroidX"
Aurimas Liutikas578019f2023-08-16 13:24:08 -070024 message="ProcessLock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)"
Aurimas Liutikas0c936702024-07-12 10:18:13 -070025 errorLine1=" val copyLock = ProcessLock(name, context.filesDir, processLevelLock)"
26 errorLine2=" ~~~~~~~~~~~~~~~~">
Aurimas Liutikas578019f2023-08-16 13:24:08 -070027 <location
Daniel Santiago Rivera24f5ede2024-02-16 11:08:52 -050028 file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/>
Aurimas Liutikas578019f2023-08-16 13:24:08 -070029 </issue>
30
31 <issue
Alan Viverette48a33a92023-08-28 12:42:49 -040032 id="RestrictedApiAndroidX"
Aurimas Liutikas578019f2023-08-16 13:24:08 -070033 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
Daniel Santiago Rivera24f5ede2024-02-16 11:08:52 -050037 file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/>
Aurimas Liutikas578019f2023-08-16 13:24:08 -070038 </issue>
39
40 <issue
Alan Viverette48a33a92023-08-28 12:42:49 -040041 id="RestrictedApiAndroidX"
Aurimas Liutikas578019f2023-08-16 13:24:08 -070042 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
Daniel Santiago Rivera24f5ede2024-02-16 11:08:52 -050046 file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/>
Aurimas Liutikas578019f2023-08-16 13:24:08 -070047 </issue>
48
Louis Pullen-Freilich8ad38ba2019-06-10 16:33:44 +010049</issues>