Skip to content

Commit

Permalink
Switch to Kotlin version 1.3.70
Browse files Browse the repository at this point in the history
Summary: One of the more fragile solutions for dealing with comments is failing on Maven builds, but not on other builds. This may be due to a difference in the Kotlin Compiler version. Bumping it up to 1.3.70 for consistency.

Reviewed By: cgrushko

Differential Revision: D21019891

fbshipit-source-id: d52e51c9cd43eb4d2033604ca401a217221a6e1c
  • Loading branch information
strulovich authored and facebook-github-bot committed Apr 14, 2020
1 parent 1e47813 commit eafdec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<dokka.version>0.10.1</dokka.version>
<kotlin.version>1.3.50</kotlin.version>
<kotlin.version>1.3.70</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<main.class>com.facebook.ktfmt.MainKt</main.class>
Expand Down

0 comments on commit eafdec2

Please sign in to comment.