why I am getting compile time error on Kotlin, thi...
# random
m
why I am getting compile time error on Kotlin, this valid in Java val MY_PATTERN: Pattern = Pattern.compile("Hello", Pattern.CASE_INSENSITIVE | Pattern.DOTALL)