Skip to content

Commit

Permalink
feat: init boilerplate with languages
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Sep 26, 2022
1 parent e42c456 commit 7aeeb19
Show file tree
Hide file tree
Showing 21 changed files with 1,527 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ repositories {
mavenCentral()
}

sourceSets.main {
java {
srcDirs("src/main/gen", "src/main/java", "src/main/kotlin")
}
}

// Set the JVM language level used to compile sources and generate files - Java 11 is required since 2020.3
kotlin {
jvmToolchain {
Expand Down
30 changes: 30 additions & 0 deletions src/main/gen/com/feakin/intellij/lexer/FeakinTypes.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7aeeb19

Please sign in to comment.