kinematicbody2d collision pushes rigidbody2d ball into walls causing clipping?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Shadow Assassin

I have a kinematicbody2d player and a rigidbody2d ball using staticbody2d for walls. The issue is when the player pushes the ball against a wall the ball moves/clips into the wall. Why is this happening?