ba5795519b
The class is used on both server and client, but it was defined in server module. Gradle plugin worked, because all classes are present in kotlin compiler embeddable, but the code was red in IDE (which is correct because Gradle plugin does not depend on daemon server module).