Cedric Hippmann
07/20/2023, 7:50 AM//build.gradle.kts
myExtension {
myProperty.set(true)
}
Now i want to provide some IDE functionality in my IDEA plugin based on this property.
I there a way to read such a gradle configuration from within an IDE plugin?Cedric Hippmann
07/20/2023, 7:55 AMhfhbd
07/20/2023, 10:58 AMhfhbd
07/20/2023, 11:01 AMCedric Hippmann
07/20/2023, 11:42 AM