Skip to content

Commit be03a72

Browse files
committed
Kotlin: Add additional warning suppresion to v1_9_0 and remove copy in v2_3_0
1 parent 5297dde commit be03a72

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

java/kotlin-extractor/src/main/kotlin/utils/versions/v_1_9_0-Beta/Kotlin2ComponentRegistrar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// For ComponentRegistrar
2-
@file:Suppress("DEPRECATION")
2+
@file:Suppress("DEPRECATION", "DEPRECATION_ERROR")
33

44
package com.github.codeql
55

java/kotlin-extractor/src/main/kotlin/utils/versions/v_2_3_0-Beta2/Kotlin2ComponentRegistrar.kt

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)