Removed deprecated kotlin-android-extensions

This commit is contained in:
antonio 2023-03-11 18:12:46 +01:00
parent 92ee492a86
commit f995ea9cec
31 changed files with 22 additions and 525 deletions

View file

@ -7,7 +7,7 @@ import androidx.room.Entity
import androidx.room.PrimaryKey
import com.cappielloantonio.play.subsonic.models.Child
import com.cappielloantonio.play.util.Preferences
import kotlinx.android.parcel.Parcelize
import kotlinx.parcelize.Parcelize
import java.util.*
@Keep