[Gradle] Replace o.j.k.g.utils.UnsafeApi with o.j.k.tooling.core.UnsafeApi
This commit is contained in:
committed by
Space
parent
865a91784b
commit
290fda9c10
+4
@@ -5,5 +5,9 @@
|
||||
|
||||
package org.jetbrains.kotlin.tooling.core
|
||||
|
||||
/**
|
||||
* Generic Annotation to mark APIs as 'unsafe'.
|
||||
* This annotation is intended for usage outside this module
|
||||
*/
|
||||
@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "Use safe API counterpart")
|
||||
annotation class UnsafeApi(val message: String = "")
|
||||
|
||||
Reference in New Issue
Block a user