Newer
Older
Architecture / src / main / java / ArchitectureTest / Library.java
yoichiro on 5 Apr 2019 194 bytes new repository
/*
 * This Java source file was generated by the Gradle 'init' task.
 */
package ArchitectureTest;

public class Library {
    public boolean someLibraryMethod() {
        return true;
    }
}