Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPurwar committed Dec 5, 2023
1 parent f6e30b4 commit e4230c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.compile.nullAnalysis.mode": "automatic"
}
8 changes: 2 additions & 6 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>ktfmt</artifactId>
<groupId>com.facebook</groupId>
<version>0.47</version>

<name>Ktfmt</name>
<description>A program that reformats Kotlin source code to comply with the common community standard for Kotlin code conventions.</description>

<parent>
<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.47</version>
</parent>

<properties>
<dokka.version>0.10.1</dokka.version>
<kotlin.version>1.8.22</kotlin.version>
Expand Down

0 comments on commit e4230c1

Please sign in to comment.