-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overhaul project setup #7
base: main
Are you sure you want to change the base?
Conversation
Is there some reason to not merge it? |
ExamplePlugins/java/MyFirstCommand/src/main/java/com/github/yournamehere/MyFirstCommand.java
Outdated
Show resolved
Hide resolved
plugin/MyFirstPatch/src/main/kotlin/com/github/yournamehere/MyFirstPatch.kt
Outdated
Show resolved
Hide resolved
renderScript = false | ||
shaders = false | ||
buildConfig = true | ||
resValues = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we support compiling layouts/strings?
or am i insane
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe, i've never used or seen it used though. I disabled cause there was the com.aliucord.plugins.R class generated and it never gets used I think
Hi,
I decided to completely redesign the project setup, making greater use of Gradle functionality.