Library description
Library is hosted at Maven Central, you can get it by adding the following dependencies:
// Core library
implementation("io.github.fourlastor.gdx:library:$libraryVersion")
Add the following to your GWT xml file:
<module rename-to="html">
<inherits name="io.github.fourlastor.Library" />
</module>