Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 972 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 972 Bytes

KleeGameBaseShared

A library from the KleeGameBase series that contains the classes shared between client and server

Used Libraries

  • crykn his fork of Kryonet Link
  • Kryo serialization library from Esotericsoftware Link

Implementation

To implement this library with Gradle and Jitpack, add the following repository to your build.gradle:

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}

Then add the dependency:

dependencies {
  implementation 'com.github.KleeSup:KleeGameBaseShared:VERSION'
}

Note that you need to replace the 'VERSION' part in the dependency with the newest version of the library.
If the library still does not work after the gradle reload, please run the buildDependents gradle task.