Skip to content

Commit

Permalink
add ai code
Browse files Browse the repository at this point in the history
  • Loading branch information
alingse committed Nov 28, 2024
1 parent 33ff271 commit 135c72f
Show file tree
Hide file tree
Showing 4 changed files with 538 additions and 5 deletions.
3 changes: 2 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ repositories {
dependencies {
testImplementation libs.junit

implementation 'thriftlabs:thriftparser:0.0.1'
implementation 'org.antlr:antlr4-runtime:4.13.0'
implementation 'thriftlabs:thriftparser:0.0.2'
}

group = 'thriftlabs'
Expand Down
Loading

0 comments on commit 135c72f

Please sign in to comment.