我正在尝试在Kotlin中使用Google的or-tools Java库,问题是当编译时,它给了我以下错误:
java.lang.UnsupportedClassVersionError: com/google/ortools/constraintsolver/RoutingModel has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
那么,是否可以在Kotlin中使用该库,还是应该用Java重写该软件?