Add Dependency: KSP

This commit is contained in:
machiav3lli
2022-07-01 01:56:35 +02:00
parent a5449afe9b
commit c97ca73119
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,6 @@ open class DrawableWrapper(val drawable: Drawable) : Drawable() {
drawable.colorFilter = colorFilter
}
@Suppress("DEPRECATION")
@Deprecated("Deprecated in Java", ReplaceWith("drawable.opacity"))
override fun getOpacity(): Int = drawable.opacity
}