[Gradle] Replace o.j.k.g.utils.UnsafeApi with o.j.k.tooling.core.UnsafeApi

This commit is contained in:
sebastian.sellmair
2022-05-23 10:57:25 +02:00
committed by Space
parent 865a91784b
commit 290fda9c10
8 changed files with 10 additions and 16 deletions
@@ -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 = "")