Scripts/settings.gradle.kts

8 lines
136 B
Plaintext
Raw Normal View History

2022-10-06 19:30:52 +02:00
rootProject.name = "scripts"
include("lom")
include("convention")
include("jfmod")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")