You cannot pass List<String> to a method tha...
# getting-started
d
You cannot pass List<String> to a method that takes List<Object> in java. You can in kotlin. So, by using kotlin + java, one can pass a List<String> from kotlin to List<Object> in java, which invalidates the java assumption. Again, this is not a regular occurrence, so guess it’s fine