you should use something like Shapiro Wilk or Lillieforse Test to test for normality. The Shapiro Wilk test is done in R with shapiro.test() and the Lillieforse Test can be imported from nortest::lillie.test(). The advantages are from a statistical point of view, but in general you should avoid KS-Test, especially if you are working with parameter estimates from a sample (if you know the true parameters of the population, you can use KS to confirm the sample is from the known population, but everything else should be done without KS test).