File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33import processing .app .ui .Editor ;
44
5+ // Stub class for backwards compatibility with the ant-build system
6+ // This class is not used in the Gradle build system
7+ // The actual implementation is in src/.../Schema.kt
58public class Schema {
69 public static Editor handleSchema (String input , Base base ) {
710 return null ;
Original file line number Diff line number Diff line change 22
33import processing .app .contrib .ContributionManager ;
44
5+ // Stub class for backwards compatibility with the ant-build system
6+ // This class is not used in the Gradle build system
7+ // The actual implementation is in src/.../ContributionManager.kt
58public final class ContributionManagerKt {
69 public static void openContributionsManager () {
710 ContributionManager .openLibraries ();
Original file line number Diff line number Diff line change @@ -32,11 +32,9 @@ sourceSets{
3232 main{
3333 java{
3434 srcDirs(" src" )
35- exclude(" **/*Kt.java" )
3635 }
3736 kotlin{
3837 srcDirs(" src" )
39- exclude(" **/*Kt.java" )
4038 }
4139 }
4240}
You can’t perform that action at this time.
0 commit comments