Bump to 1.6.10
This commit is contained in:
parent
498dd87c5d
commit
3c5e91d8c9
@ -28,7 +28,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
|
||||
implementation("com.android.tools.build:gradle:4.0.2")
|
||||
}
|
||||
|
||||
|
@ -15,10 +15,10 @@
|
||||
*/
|
||||
|
||||
object Versions {
|
||||
val kotlinCoroutines = "1.5.2-native-mt"
|
||||
val kotlin = "1.5.31"
|
||||
val kotlinSerialization = "1.3.0-RC"
|
||||
val kotlinSerializationPlugin = "1.5.31"
|
||||
val kotlinCoroutines = "1.6.0-native-mt"
|
||||
val kotlin = "1.6.10"
|
||||
val kotlinSerialization = "1.3.2"
|
||||
val kotlinSerializationPlugin = kotlin
|
||||
val atomicfu = "0.14.3-M2-2-SNAPSHOT" //NOTE: my linux arm32 and arm64 build
|
||||
val nodePlugin = "1.3.0"
|
||||
val dokkaPlugin = "1.5.0"
|
||||
|
4483
kotlin-js-store/yarn.lock
Normal file
4483
kotlin-js-store/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@ -252,6 +252,7 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
if (hostOsName == "windows") {
|
||||
println("Configuring Mingw targets")
|
||||
mingwX64() {
|
||||
binaries {
|
||||
@ -269,6 +270,7 @@ kotlin {
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
println(targets.names)
|
||||
|
Loading…
x
Reference in New Issue
Block a user