Skip to content

Commit c6039b3

Browse files
committed
Kotlin: update default kotlinc version
1 parent e693c27 commit c6039b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/dev/kotlinc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import shutil
2727
import io
2828
import os
2929

30-
DEFAULT_VERSION = "1.9.0"
30+
DEFAULT_VERSION = "2.0.0"
3131

3232
def options():
3333
parser = argparse.ArgumentParser(add_help=False)

0 commit comments

Comments
 (0)