Skip to content

Commit

Permalink
fix: use newer kotlin version without enum JS bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee committed Apr 10, 2024
1 parent 10896af commit f64d6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.0")
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
implementation("dev.petuska:npm-publish-gradle-plugin:3.4.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Expression(
* Collects all ID that are UID values.
*
*
* OBS! This does not include [ID]s that are not [ID.IDType.isUID].
* OBS! This does not include [ID]s that are not [IDType.isUID].
*
* @return A set of [ID]s used in the expression.
*/
Expand Down

0 comments on commit f64d6a6

Please sign in to comment.