From 769701f99a1aefbc9d385c1938c9c7d3a7b2e38e Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 1 Nov 2016 02:10:32 +0300 Subject: Total build refactoring, prepare for new development iteration Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10 --- .idea/modules/core/core.iml | 2 +- .idea/modules/core/core_main.iml | 139 ++++++--------------------------------- .idea/modules/core/core_test.iml | 128 ++++------------------------------- 3 files changed, 35 insertions(+), 234 deletions(-) (limited to '.idea/modules/core') diff --git a/.idea/modules/core/core.iml b/.idea/modules/core/core.iml index 5c473483..804c9982 100644 --- a/.idea/modules/core/core.iml +++ b/.idea/modules/core/core.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/core/core_main.iml b/.idea/modules/core/core_main.iml index 0bc2339a..f2924824 100644 --- a/.idea/modules/core/core_main.iml +++ b/.idea/modules/core/core_main.iml @@ -1,5 +1,5 @@ - + @@ -22,97 +22,16 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -121,16 +40,16 @@ - + - + - + @@ -139,7 +58,7 @@ - + @@ -148,16 +67,7 @@ - - - - - - - - - - + @@ -175,47 +85,38 @@ - - - - - - - - - - - + - + - + + + - + + + + + - + - - - - - \ No newline at end of file diff --git a/.idea/modules/core/core_test.iml b/.idea/modules/core/core_test.iml index 77127a12..ad90830d 100644 --- a/.idea/modules/core/core_test.iml +++ b/.idea/modules/core/core_test.iml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -23,106 +23,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -131,7 +32,7 @@ - + @@ -140,7 +41,7 @@ - + @@ -164,9 +65,9 @@ - - - + + + @@ -176,6 +77,7 @@ + @@ -185,8 +87,7 @@ - - + @@ -196,7 +97,7 @@ - + @@ -206,6 +107,7 @@ + @@ -217,12 +119,10 @@ - - + + - - \ No newline at end of file -- cgit