Skip to content

Commit

Permalink
[Kotlin]: Update Kotlin yarn.lock (#3598)
Browse files Browse the repository at this point in the history
* [Kotlin]: Update Kotlin yarn.lock

* [Kotlin]: Update Kotlin yarn.lock with node@21

* [Kotlin]: Upgrade Webpack to 5.89.0

* [CI] Trigger CI

* [CI/KMP]: Bump version to 4.0.14

* [CI/iOS]: Use 16.4 iOS runtime
  • Loading branch information
satoshiotomakan authored Dec 21, 2023
1 parent 949b0c3 commit 1d00318
Show file tree
Hide file tree
Showing 5 changed files with 662 additions and 335 deletions.
4 changes: 4 additions & 0 deletions kotlin/build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ plugins {
}

allprojects {
tasks.withType<JavaCompile> {
sourceCompatibility = "17"
targetCompatibility = "17"
}
tasks.withType<KotlinCompile> {
compilerOptions {
allWarningsAsErrors.set(true)
Expand Down
Loading

0 comments on commit 1d00318

Please sign in to comment.