Correct Immutable class

This commit is contained in:
Vitor Pamplona
2023-06-24 15:55:21 -04:00
parent b040e0ca13
commit 5cc7f3bf2b
@@ -2,7 +2,7 @@ package com.vitorpamplona.amethyst.service
import android.util.Log
import android.util.LruCache
import com.google.errorprone.annotations.Immutable
import androidx.compose.runtime.Immutable
import com.vitorpamplona.amethyst.BuildConfig
import okhttp3.Request