-
-
Notifications
You must be signed in to change notification settings - Fork 33
feat: overhaul & modernize template #7
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
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
Show resolved
Hide resolved
plugin/MyFirstPatch/src/main/kotlin/com/github/yournamehere/MyFirstPatch.kt
Outdated
Show resolved
Hide resolved
plugin/build.gradle.kts
Outdated
| 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
…FirstPatch.kt Co-authored-by: rushii <33725716+rushiiMachine@users.noreply.github.com>
plugin/MyFirstJavaPlugin/src/main/java/com/github/yournamehere/MyFirstJavaPlugin.java
Outdated
Show resolved
Hide resolved
Co-authored-by: sadan4 <117494111+sadan4@users.noreply.github.com>
Hi,
I decided to completely redesign the project setup, making greater use of Gradle functionality.