Files
processing4/app/ant/processing/app/ui/WelcomeToBeta.java
T
2025-02-05 22:32:39 +01:00

12 lines
285 B
Java

package processing.app.ui;
// Stub class for backwards compatibility with the ant-build system
// This class is not used in the Gradle build system
// The actual implementation is in src/.../Schema.kt
public class WelcomeToBeta {
public static void showWelcomeToBeta(){
}
}