Skip to content

Commit

Permalink
Fix string interpolation (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom authored and Marcel Schnelle committed Dec 29, 2018
1 parent 8f7bb17 commit db25fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {

// Add Kotlin source directory to all source sets
sourceSets.forEach {
it.java.srcDir("src/$it.name/kotlin")
it.java.srcDir("src/${it.name}/kotlin")
}

compileOptions {
Expand Down

0 comments on commit db25fd0

Please sign in to comment.