DeflatedPickle/Quiver

View on GitHub
spritesheetviewer/build.gradle

Summary

Maintainability
Test Coverage
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
    implementation project(':core')
    implementation project(':filepanel')
    implementation project(':imageviewer')
    implementation project(':swingsettings')
}