File tree Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 7
7
<ID >ForbiddenComment:RandomAccessFileRad.kt$// TODO: Try to avoiding the excessive `filePointer` usages.</ID >
8
8
<ID >ForbiddenComment:ReflectionUtils.kt$// TODO: Complex search as for dynamic methods ?</ID >
9
9
<ID >ForbiddenComment:StreamFactoryRad.kt$// FIXME: Use own BufferedInputStream heir to gain better random access performance?</ID >
10
+ <ID >NoNameShadowing:RandomAccessDataByteBufferTest.kt$RadByteBufferAccessorTest.Companion${ it.put(BYTES).flipCompat() }</ID >
11
+ <ID >UnnecessaryAbstractClass:AbstractRandomAccessDataTest.kt$AbstractRandomAccessDataTest$AbstractRandomAccessDataTest</ID >
10
12
</CurrentIssues >
11
13
</SmellBaseline >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <issues format =" 6" by =" lint 8.6.0-alpha08" type =" baseline" client =" gradle" dependencies =" false" name =" AGP (8.5.0)" variant =" all" version =" 8.6.0-alpha08" >
3
+
4
+ <issue
5
+ id =" AndroidGradlePluginVersion"
6
+ message =" A newer version of com.android.library than 8.5.0 is available: 8.5.1" >
7
+ <location
8
+ file =" $HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
9
+ line =" 43"
10
+ column =" 25" />
11
+ </issue >
12
+
13
+ <issue
14
+ id =" AndroidGradlePluginVersion"
15
+ message =" A newer version of com.android.library than 8.5.0 is available: 8.5.1" >
16
+ <location
17
+ file =" $HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
18
+ line =" 43"
19
+ column =" 25" />
20
+ </issue >
21
+
22
+ <issue
23
+ id =" AndroidGradlePluginVersion"
24
+ message =" A newer version of com.android.library than 8.5.0 is available: 8.5.1" >
25
+ <location
26
+ file =" $HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
27
+ line =" 43"
28
+ column =" 25" />
29
+ </issue >
30
+
31
+ </issues >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pluginManagement {
24
24
25
25
plugins {
26
26
// https://plugins.gradle.org/plugin/com.gradle.enterprise
27
- id(" com.gradle.enterprise" ) version " 3.16.2 "
27
+ id(" com.gradle.enterprise" ) version " 3.17.6 "
28
28
}
29
29
30
30
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments