Ischca

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Ischca created a post, PlannedHow to get the configuration from Gradle plugin in IntelliJ plugin
I am creating an IntelliJ plugin.I'm looking for a way to get the settings of the Gradle plugin from build.gradle.For example [build.gradle.kts] plugins { id "org.jetbrains.kotlin.plugin.allopen" ... -