Skip to content

Commit

Permalink
Suppress unchecked casts for KamelConfigBuilder & JvmConfigUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
alialbaali committed Feb 13, 2021
1 parent 92c194a commit df4ec48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("UNCHECKED_CAST")

package io.kamel.core.config

import androidx.compose.ui.graphics.ImageBitmap
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("UNCHECKED_CAST")

package io.kamel.core.utils

import io.kamel.core.config.KamelConfig
Expand Down

0 comments on commit df4ec48

Please sign in to comment.