Skip to content

Commit

Permalink
Bump up Kotlin compiler from 1.8.20 to 1.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
thyrlian committed May 28, 2023
1 parent 231f531 commit 9f09276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN cd /opt && \

# download and install Kotlin compiler
# https://github.com/JetBrains/kotlin/releases/latest
ARG KOTLIN_VERSION=1.8.20
ARG KOTLIN_VERSION=1.8.21
RUN cd /opt && \
wget -q https://github.com/JetBrains/kotlin/releases/download/v${KOTLIN_VERSION}/kotlin-compiler-${KOTLIN_VERSION}.zip && \
unzip *kotlin*.zip && \
Expand Down

0 comments on commit 9f09276

Please sign in to comment.