Skip to content

Commit

Permalink
fix (build.gradle.kts) kotlin plugin version updated to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Geravant committed Jul 30, 2024
1 parent a278b09 commit 5fdb753
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import org.jetbrains.kotlin.util.capitalizeDecapitalize.toLowerCaseAsciiOnly

plugins {
java
kotlin("jvm") version "1.7.10" apply true
val kotlinVersion = "1.9.0"
id("org.jetbrains.kotlin.jvm") version kotlinVersion apply false
}

fun printOutput(output: CharSequence): Task {
Expand Down
14 changes: 8 additions & 6 deletions course-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ vendor:
url: https://www.jetbrains.com/
programming_language: Kotlin
content:
- Warmup
- Queries and Incremental Updates
- Brute Force
- Divide and Conquer
- Greedy Algorithms
- Dynamic Programming
- Warmup
- Queries and Incremental Updates
- Brute Force
- Divide and Conquer
- Greedy Algorithms
- Dynamic Programming
environment_settings:
jvm_language_level: JDK_16
2 changes: 1 addition & 1 deletion course-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
id: 22214
course_version: 4
course_version: 6
generated_edu_id: Algorithmic Challenges in Kotlin_JetBrains_kotlin

0 comments on commit 5fdb753

Please sign in to comment.