I replaced import androidx.compose.runtime.getValue with import androidx.compose.runtime.* and it worked.
import androidx.compose.runtime.getValue
import androidx.compose.runtime.*