You might be able to detect collisions with an enemy and a KinematicBody2D using the get_slide_collision
function (documentation). I have not used it myself, but it looks like it returns a bunch of information relating to KinematicBody2D collisions, including the body each collision made contact with.
Also, welcome to the forums! :smile: