- clone repo
- Open a terminal (or command prompt) in your project directory and run the command:
If you are using Windows, replace ./gradlew with gradlew.bat. This command will build the project and create a JAR file in the build/libs directory of your project.
./gradlew build
- add code below to your build.gradle.kts:
tasks.withType<KotlinCompile> { compilerOptions { freeCompilerArgs.add("-Xplugin=${project.rootDir}/build/libs/comp_plugin-1.0-SNAPSHOT.jar") } }
-
Notifications
You must be signed in to change notification settings - Fork 0
dimaStepul/kotlin-complier-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published