This is minor but I just noticed that `javax` impo...
# android-studio
e
This is minor but I just noticed that
javax
imports are going in non-alphabetical order when I optimize imports in Android Studio. For example:
Copy code
import androidx.appcompat.app.AppCompatActivity
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
import dagger.Lazy
import dagger.hilt.android.AndroidEntryPoint
import org.webrtc.EglBase
import tv.mydomain.example
import javax.inject.Inject
Is that expected? Thread in Slack Conversation
2