Mixed project sample and more bug fixes.

This commit is contained in:
Alex Endfinger
2022-07-10 19:03:59 -04:00
parent adcff8dcc5
commit 39a7b50a07
29 changed files with 421 additions and 8 deletions

View File

@ -0,0 +1,3 @@
plugins {
`java-library`
}

View File

@ -0,0 +1,5 @@
package lgbt.mystic.foundation.concrete.other;
public class OtherLibrary {
public static final String SOME_CONSTANT = "HelloWorld";
}