Skip to content

Commit

Permalink
remove unused suppress annotation in KSP2
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d1aed6)
  • Loading branch information
neetopia authored and KSP Auto Pick committed Nov 22, 2023
1 parent e15fc17 commit 3ada06d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* limitations under the License.
*/

@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
package com.google.devtools.ksp.impl.symbol.kotlin

import com.google.devtools.ksp.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
package com.google.devtools.ksp.impl.symbol.kotlin

import com.google.devtools.ksp.KSObjectCache
Expand Down

0 comments on commit 3ada06d

Please sign in to comment.