From 70d5c2ac27f64d71b4f3c9d0408db7f03d0a6b14 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Wed, 11 Oct 2017 16:56:22 +0200 Subject: [PATCH] Update library, add table.include --- build.gradle | 6 ++--- komp.iml | 7 +++--- komp.ipr | 22 +++++++++++-------- src/main/kotlin/nl/astraeus/komp/Komponent.kt | 7 ++++++ 4 files changed, 26 insertions(+), 16 deletions(-) diff --git a/build.gradle b/build.gradle index 8d235bb..c0a5048 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'nl.astraeus' -version '0.0.6-SNAPSHOT' +version '0.0.7-SNAPSHOT' apply plugin: 'kotlin2js' apply plugin: 'idea' @@ -20,11 +20,11 @@ repositories { } ext { - kotlin_version = '1.1.4-2' + kotlin_version = '1.1.51' } buildscript { - ext.kotlin_version = '1.1.4-2' + ext.kotlin_version = '1.1.51' repositories { maven { url "http://nexus.astraeus.nl/nexus/content/groups/public" diff --git a/komp.iml b/komp.iml index 2ad513e..c0d4c87 100644 --- a/komp.iml +++ b/komp.iml @@ -22,7 +22,6 @@ -