Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Feb 9, 2019
1 parent dba1e8e commit 42a7bf1
Show file tree
Hide file tree
Showing 24 changed files with 670 additions and 411 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -42,5 +42,5 @@ matrix:
KBUILD=android
JAVA_OPTS=-Xmx2g
script:
- ./gradlew -s -i check build
- ./gradlew -s -i lint testDebugUnitTest

335 changes: 0 additions & 335 deletions build.gradle

This file was deleted.

2 changes: 0 additions & 2 deletions build.project.gradle

This file was deleted.

2 changes: 2 additions & 0 deletions buildSrc/.gitignore
@@ -0,0 +1,2 @@
/.gradle
/build
19 changes: 19 additions & 0 deletions buildSrc/build.gradle
@@ -0,0 +1,19 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "1.3.21"
}


repositories {
mavenLocal()
mavenCentral()
google()
maven { url = uri("https://plugins.gradle.org/m2/") }
}

dependencies {
testImplementation("junit:junit:4.12")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
implementation("com.android.tools.build:gradle:3.3.1")
implementation("com.moowork.gradle:gradle-node-plugin:1.2.0")
}

0 comments on commit 42a7bf1

Please sign in to comment.