Skip to content

Commit 3890a42

Browse files
Use Gradle multiplatform plugin instead of Maven.
1 parent eaab346 commit 3890a42

File tree

116 files changed

+1808
-2643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+1808
-2643
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
.idea
22
*.iml
33
target
4+
build
5+
.gradle
46
*~
57
*.versionsBackup
68
**/karma/node_modules
79
**/karma/node
810
**/karma/etc
911

1012
js/src/test/karma/package-lock.json
13+

.mvn/maven.config

Lines changed: 0 additions & 1 deletion
This file was deleted.

.mvn/wrapper/maven-wrapper.jar

-48.4 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[![Official JetBrains Project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
2-
[![Download](https://api.bintray.com/packages/kotlin/kotlinx.html/kotlinx.html/images/download.svg)](https://bintray.com/kotlin/kotlinx.html/kotlinx.html/_latestVersion) [![npm](https://img.shields.io/npm/v/kotlinx-html.svg)](https://www.npmjs.com/package/kotlinx-html) [![TeamCity (simple build status)](https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/KotlinTools_KotlinxHtml_Build.svg)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=KotlinTools_KotlinxHtml_Build&branch_Kotlin_KotlinX=%3Cdefault%3E&tab=buildTypeStatusDiv&guest=1) [ ![Kotlin](https://img.shields.io/badge/Kotlin-1.2.71-orange.svg) ](https://kotlinlang.org/) [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
2+
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
3+
[![Kotlin](https://img.shields.io/badge/Kotlin-1.2.71-orange.svg) ](https://kotlinlang.org/)[![Download](https://api.bintray.com/packages/kotlin/kotlinx.html/kotlinx.html/images/download.svg)](https://bintray.com/kotlin/kotlinx.html/kotlinx.html/_latestVersion)
4+
[![npm](https://img.shields.io/npm/v/kotlinx-html.svg)](https://www.npmjs.com/package/kotlinx-html)
5+
[![TeamCity (simple build status)](https://teamcity.jetbrains.com/app/rest/builds/aggregated/strob:\(branch:\(buildType:\(id:KotlinTools_KotlinxHtml_BuildGradleMasterBranch\),policy:active_history_and_active_vcs_branches\),locator:\(buildType:\(id:KotlinTools_KotlinxHtml_BuildGradleMasterBranch\)\)\)/statusIcon.svg)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=KotlinTools_KotlinxHtml_BuildGradleMasterBranch&branch_Kotlin_KotlinX=%3Cdefault%3E&tab=buildTypeStatusDiv&guest=1)
36

47
# kotlinx.html
58

assembly/pom.xml

Lines changed: 0 additions & 81 deletions
This file was deleted.

assembly/src/main/assembly/js.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

assembly/src/main/assembly/jvm.xml

Lines changed: 0 additions & 20 deletions
This file was deleted.

assembly/src/main/assembly/webjar.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)