Skip to content

Commit

Permalink
Replaced wildcard imports with explicit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
soleil-colza committed Jun 27, 2024
1 parent 01fa995 commit 3759a48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package org.jetbrains.compose.resources
import org.jetbrains.skiko.SystemTheme
import org.jetbrains.skiko.currentSystemTheme
import java.awt.Toolkit
import java.util.*
import java.util.Locale

internal actual fun getSystemEnvironment(): ResourceEnvironment {
val locale = Locale.getDefault()
Expand Down

0 comments on commit 3759a48

Please sign in to comment.