[Settings] Enable kotlin language support
Enable the support of *.kt files. Bug: 200896893 Test: build pass Change-Id: I467e4ae3ecd94a74379daa41a8ee8ef4a038d75e
This commit is contained in:
@@ -44,7 +44,7 @@ android_library {
|
||||
"SettingsLib-search-defaults",
|
||||
],
|
||||
|
||||
srcs: ["src/**/*.java"],
|
||||
srcs: ["src/**/*.java", "src/**/*.kt"],
|
||||
|
||||
static_libs: [
|
||||
"androidx-constraintlayout_constraintlayout",
|
||||
|
Reference in New Issue
Block a user