File tree 4 files changed +1
-3
lines changed
4 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ allprojects {
22
22
repositories {
23
23
addTrainRepositories(project)
24
24
mavenCentral()
25
- maven(url = " https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental" )
26
25
}
27
26
tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > ().configureEach {
28
27
// outputs the compiler version to logs so we can check whether the train configuration applied
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ package kotlinx.datetime
7
7
import kotlinx.datetime.internal.*
8
8
import kotlinx.datetime.internal.JodaTimeLocalDateTime
9
9
import kotlinx.datetime.internal.JodaTimeZoneId
10
- import kotlinx.datetime.internal.JodaTimeZoneOffset
11
10
import kotlinx.datetime.internal.getAvailableZoneIdsSet
12
11
import kotlinx.datetime.serializers.*
13
12
import kotlinx.datetime.internal.JodaTimeZoneOffset as jtZoneOffset
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ kotlin {
16
16
infra {
17
17
target(" linuxX64" )
18
18
target(" linuxArm64" )
19
+ target(" linuxArm32Hfp" )
19
20
target(" mingwX64" )
20
21
target(" macosX64" )
21
22
target(" macosArm64" )
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ pluginManagement {
3
3
maven(url = " https://maven.pkg.jetbrains.space/kotlin/p/kotlinx/maven" )
4
4
mavenCentral()
5
5
gradlePluginPortal()
6
- maven(url = " https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental" )
7
6
}
8
7
val dokkaVersion: String by settings
9
8
plugins {
You can’t perform that action at this time.
0 commit comments