From ffa77803f816db30a38d4ddc0a44601fa6fc421b Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 22 Apr 2019 23:52:21 -0700 Subject: [PATCH] Switched to Kotlin 1.3.30 and cleanup. --- .idea/checkstyle-idea.xml | 16 ++++++++++++++++ .idea/modules/pinboard-poster_main.iml | 10 +++++----- .idea/modules/pinboard-poster_test.iml | 10 +++++----- build.gradle.kts | 15 +++++++++------ 4 files changed, 35 insertions(+), 16 deletions(-) create mode 100644 .idea/checkstyle-idea.xml diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml new file mode 100644 index 0000000..95c433c --- /dev/null +++ b/.idea/checkstyle-idea.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules/pinboard-poster_main.iml b/.idea/modules/pinboard-poster_main.iml index 90e3065..a80f81d 100644 --- a/.idea/modules/pinboard-poster_main.iml +++ b/.idea/modules/pinboard-poster_main.iml @@ -6,7 +6,7 @@