Skip to content

Commit

Permalink
Upgraded Kotlin and Java on the Kotlin module
Browse files Browse the repository at this point in the history
  • Loading branch information
trishagee committed Dec 11, 2023
1 parent 34b3199 commit 0cc2876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions kotlin-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</dependency>
</dependencies>
<properties>
<kotlin.version>1.7.20</kotlin.version>
<java.version>17</java.version>
<kotlin.version>1.9.21</kotlin.version>
<java.version>21</java.version>
</properties>
</project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.jetbrains.startercode


// Press Press ⇧⇧ (macOS) or Ctrl+Ctrl (Windows/Linux) to open the Search Everywhere dialog and type `soft wrap`, press **Enter** to enable it. Now your code will be wrapped within the IDE.
// Press ⇧⇧ (macOS) or Ctrl+Ctrl (Windows/Linux) to open the Search Everywhere dialog and type `soft wrap`, press **Enter** to enable it. Now your code will be wrapped within the IDE.
// You can also search for classes such as this one `Example.kt`, files in your project, actions in the IDE, and settings including themes or plugins in this dialog.

fun main(args: Array<String>) {
Expand Down

0 comments on commit 0cc2876

Please sign in to comment.