mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-22 19:02:12 +00:00
Add Dependency: KSP
This commit is contained in:
parent
a5449afe9b
commit
c97ca73119
@ -155,6 +155,7 @@ dependencies {
|
||||
|
||||
// Core
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0")
|
||||
implementation("com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6")
|
||||
implementation("androidx.core:core-ktx:1.9.0-alpha05")
|
||||
implementation("androidx.appcompat:appcompat:1.4.2")
|
||||
implementation("androidx.fragment:fragment-ktx:1.5.0")
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user