/KurobaEx-theme-builder

A tool to create new (or modify existing) themes for KurobaEx.

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

KurobaEx-theme-builder

How to run

You need IntelliJ IDEA to build/run this.

  1. Import the project (Import project from VCS/Version Control).
  2. Sync (should start automatically after importing the project). Wait until it's done.

image

  1. Create a gradle task to run the program. Click "Add configuration" in the top-right corner to create a new task.

image

  1. Click the plus + icon and then click Application.

image

  1. In the Main class options enter MainKt and make sure it points to the project and not one of the unrelated Main classes.

image

  1. In the module options select compose-test.main.

image

  1. Then select what Java compiler to use (15 is recommended).

image

image

  1. Click OK and then click Run. This should run the program.

image