Skip to content

Commit c8db2b9

Browse files
Fix kotlinx-html-jvm dependency
1 parent 4c9f306 commit c8db2b9

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ buildscript {
2525
classpath pluginDependencies.jacoco
2626
classpath pluginDependencies.googleServices
2727
classpath pluginDependencies.license
28-
// Used by license. Add this dependency explicitly,
29-
// because the version used by license has been removed from the repository.
30-
// This dependency may be removed when we bump license version.
31-
classpath pluginDependencies.kotlinHtmlJvm
3228
classpath pluginDependencies.mapboxSdkVersions
3329
classpath pluginDependencies.mapboxSdkRegistry
3430
classpath pluginDependencies.mapboxAccessToken

gradle/dependencies.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,7 @@ ext {
186186
dependencyGraph : '0.5.0',
187187
dependencyUpdates : '0.29.0',
188188
kotlin : kotlinVersion,
189-
license : '0.8.80',
190-
// Used by license. Add this dependency explicitly,
191-
// because the version used by license has been removed from the repository.
192-
// This dependency may be removed when we bump license version.
193-
kotlinHtmlJvm : '0.7.2',
189+
license : '0.8.91',
194190
jacoco : '0.2',
195191
googleServices : '4.3.3',
196192
mapboxSdkVersions : '1.1.3',
@@ -206,10 +202,6 @@ ext {
206202
kotlin : "org.jetbrains.kotlin:kotlin-gradle-plugin:${pluginVersion.kotlin}",
207203
checkstyle : "com.puppycrawl.tools:checkstyle:${pluginVersion.checkstyle}",
208204
license : "com.jaredsburrows:gradle-license-plugin:${pluginVersion.license}",
209-
// Used by license. Add this dependency explicitly,
210-
// because the version used by license has been removed from the repository.
211-
// This dependency may be removed when we bump license version.
212-
kotlinHtmlJvm : "org.jetbrains.kotlinx:kotlinx-html-jvm:${pluginVersion.kotlinHtmlJvm}",
213205
dependencyGraph : "com.vanniktech:gradle-dependency-graph-generator-plugin:${pluginVersion.dependencyGraph}",
214206
dependencyUpdates : "com.github.ben-manes:gradle-versions-plugin:${pluginVersion.dependencyUpdates}",
215207
jacoco : "com.hiya:jacoco-android:${pluginVersion.jacoco}",

0 commit comments

Comments
 (0)