-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build with Kotlin 2.0.21 #1535
Merged
Merged
Build with Kotlin 2.0.21 #1535
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b2f1525
Build with Kotlin 2.0.21
squarejesse fe6b5c9
Fix whitespace
squarejesse 3e6bff7
Well actually
squarejesse ab5e276
More actuals
squarejesse 21e18d6
Actual on zlib and testing support
squarejesse e2362e0
kotlinUpgradeYarnLock
squarejesse 29dec8d
Track WASI changes
squarejesse eb163c9
Suppress a lint crash
squarejesse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.classpath | ||
.gradle | ||
.kotlin | ||
.project | ||
.settings | ||
eclipsebin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
// empty. | ||
dependencyResolutionManagement { | ||
versionCatalogs { | ||
create("libs") { | ||
from(files("../gradle/libs.versions.toml")) | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
[versions] | ||
jmh = "1.37" | ||
kotlin = "2.0.21" | ||
ktlint = "0.48.2" | ||
|
||
[libraries] | ||
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.7.1" } | ||
android-desugar-jdk-libs = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.2" } | ||
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.7.1" } | ||
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version = "1.2.1" } | ||
androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" } | ||
binaryCompatibilityValidator = { module = "org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin", version = "0.16.3" } | ||
bnd = { module = "biz.aQute.bnd:biz.aQute.bnd.gradle", version = "7.0.0" } | ||
dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.9.20" } | ||
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" } | ||
jmh-generator = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" } | ||
jmh-gradle-plugin = { module = "me.champeau.jmh:jmh-gradle-plugin", version = "0.7.2" } | ||
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } | ||
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test" } | ||
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" } | ||
kotlin-time = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" } | ||
jmh-gradle-plugin = { module = "me.champeau.jmh:jmh-gradle-plugin", version = "0.7.2" } | ||
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" } | ||
jmh-generator = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" } | ||
dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.9.20" } | ||
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.25.0" } | ||
bnd = { module = "biz.aQute.bnd:biz.aQute.bnd.gradle", version = "7.0.0" } | ||
vanniktech-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.30.0" } | ||
test-junit = { module = "junit:junit", version = "4.13.2" } | ||
test-assertj = { module = "org.assertj:assertj-core", version = "3.26.3" } | ||
test-assertk = "com.willowtreeapps.assertk:assertk:0.28.1" | ||
test-jimfs = "com.google.jimfs:jimfs:1.3.0" | ||
test-junit = { module = "junit:junit", version = "4.13.2" } | ||
vanniktech-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.30.0" } |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sort lines