Skip to content

Commit

Permalink
Syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
motorro committed Feb 9, 2024
1 parent 50b3bc8 commit da9ebbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composeview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ plugins {
}

android {
compileSdkVersion androidCompileSdkVersion
buildToolsVersion androidBuildToolsVersion
compileSdk androidCompileSdkVersion
buildToolsVersion = androidBuildToolsVersion

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ kapt {
}

android {
compileSdkVersion androidCompileSdkVersion
buildToolsVersion androidBuildToolsVersion
compileSdk androidCompileSdkVersion
buildToolsVersion = androidBuildToolsVersion

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
4 changes: 2 additions & 2 deletions viewmodel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ plugins {
}

android {
compileSdkVersion androidCompileSdkVersion
buildToolsVersion androidBuildToolsVersion
compileSdk androidCompileSdkVersion
buildToolsVersion = androidBuildToolsVersion

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down

0 comments on commit da9ebbd

Please sign in to comment.