Skip to content

Commit

Permalink
Merge pull request #110 from awslabs/fix-kotlin-error
Browse files Browse the repository at this point in the history
Fix Kotlin error
  • Loading branch information
niyatim23 authored Apr 18, 2024
2 parents efaccfb + 9d3943a commit af5cb81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'org.jetbrains.kotlin.jvm' version '1.7.10' apply false
}

tasks.register('clean', Delete) {
Expand Down

0 comments on commit af5cb81

Please sign in to comment.