Skip to content

Commit e4a9747

Browse files
authored
Update BUILD.md
1 parent 4fd456b commit e4a9747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ We use `Gradle` as the build system for Processing. Until 2025, Processing used
5050
## Kotlin vs Java
5151
With the introduction of the Gradle build system we now support Kotlin within the repository. Refactors from Java to Kotlin are not necessary at this stage, but all new functionality should be written in Kotlin.
5252

53-
Any classes that end in `..Kt.Java` are there for backwards compatibility with the `Ant` build system. They should be removed once `Ant` compatibility is no longer required.
53+
Any classes that end up being written in Kotlin have their equivalent Java class under `app/ant/` source directory.
5454

5555
### Running Processing
5656

57-
The main task to run or debug the PDE is `app:run`. This runs the application with `compose desktop`
57+
The main task to run or debug the PDE is `run`
5858

5959
If your main concern is with the `Core` you don't need to build and start the whole PDE to test your changes. In IntelliJ IDEA you can select any of the sketches in `core/examples/src/.../` to run by click on the green arrow next to their main functions. This will just compile core and the example sketch. Feel free to create additional examples for your new functionality.
6060

0 commit comments

Comments
 (0)