Skip to content

Commit

Permalink
Make assetPathsMap an internal variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Jun 24, 2024
1 parent c894ebe commit 3e179ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class WebAssets private constructor(private val webJarVersionLocator: WebJarVers

companion object {

val assetPathsMap = mapOf(
internal val assetPathsMap = mapOf(
"materializecss" to listOf(
"css/materialize.min.css",
"js/materialize.min.js",
Expand Down

0 comments on commit 3e179ab

Please sign in to comment.