From 160db39005fd802674b913be7303cf708020597e Mon Sep 17 00:00:00 2001 From: rnentjes Date: Sat, 15 Jan 2022 14:24:25 +0100 Subject: [PATCH] Update kotlin version, update to kotlin-komponent 1.0.0 --- .gitignore | 1 + .../artifacts/komp_todo_js_0_1_0_SNAPSHOT.xml | 6 ++ .../artifacts/komp_todo_js_0_2_0_SNAPSHOT.xml | 8 +++ .idea/aws.xml | 11 ++++ .idea/jarRepositories.xml | 5 ++ .idea/komp-todo.iml | 2 + .idea/libraries-with-intellij-classes.xml | 65 +++++++++++++++++++ .idea/misc.xml | 8 --- build.gradle.kts | 19 ++---- .../kotlin/nl/astraeus/komp/todo/Todo.kt | 25 +++++-- 10 files changed, 122 insertions(+), 28 deletions(-) create mode 100644 .idea/artifacts/komp_todo_js_0_1_0_SNAPSHOT.xml create mode 100644 .idea/artifacts/komp_todo_js_0_2_0_SNAPSHOT.xml create mode 100644 .idea/aws.xml create mode 100644 .idea/komp-todo.iml create mode 100644 .idea/libraries-with-intellij-classes.xml diff --git a/.gitignore b/.gitignore index 6ac6440..3201572 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # Created by .ignore support plugin (hsz.mobi) gradle.properties +web diff --git a/.idea/artifacts/komp_todo_js_0_1_0_SNAPSHOT.xml b/.idea/artifacts/komp_todo_js_0_1_0_SNAPSHOT.xml new file mode 100644 index 0000000..bfc44e5 --- /dev/null +++ b/.idea/artifacts/komp_todo_js_0_1_0_SNAPSHOT.xml @@ -0,0 +1,6 @@ + + + $PROJECT_DIR$/build/libs + + + \ No newline at end of file diff --git a/.idea/artifacts/komp_todo_js_0_2_0_SNAPSHOT.xml b/.idea/artifacts/komp_todo_js_0_2_0_SNAPSHOT.xml new file mode 100644 index 0000000..db301df --- /dev/null +++ b/.idea/artifacts/komp_todo_js_0_2_0_SNAPSHOT.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/build/libs + + + + + \ No newline at end of file diff --git a/.idea/aws.xml b/.idea/aws.xml new file mode 100644 index 0000000..b63b642 --- /dev/null +++ b/.idea/aws.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 2707cef..0322144 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -31,5 +31,10 @@