Skip to content

Commit

Permalink
chore(kotlin): Kotlin 1.2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Mar 1, 2018
1 parent 5dc3a28 commit f961e71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
kotlinVersion=1.2.21
kotlinVersion=1.2.30
junitVersion=1.0.2
jupiterVersion=5.0.2
junitLegacyVersion=4.12.0
Expand Down
4 changes: 4 additions & 0 deletions gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ compileKotlin {
jvmTarget = "1.8"
}
}

kapt {
mapDiagnosticLocations = true
}

0 comments on commit f961e71

Please sign in to comment.