Skip to content

Commit

Permalink
Revert to using the javasources var in build.gradle instead of a fixe…
Browse files Browse the repository at this point in the history
…d path
  • Loading branch information
RobDangerous committed Oct 5, 2023
1 parent fc5f353 commit f3a4cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmake/Data/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
sourceSets.getByName("main") {
java.setSrcDirs(listOf("../../../Kinc/Backends/System/Android/Java-Sources"))
java.setSrcDirs(listOf("{javasources}"))
}
buildTypes {
release {
Expand Down

0 comments on commit f3a4cb4

Please sign in to comment.