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

@ -5,7 +5,7 @@ import androidx.room.ColumnInfo
import androidx.room.Entity
import androidx.room.PrimaryKey
import com.cappielloantonio.play.subsonic.models.Child
import kotlinx.android.parcel.Parcelize
import kotlinx.parcelize.Parcelize
@Keep
@Parcelize