Skip to content

Commit eb63ec2

Browse files
authored
Disable built-in kotlin (#56)
1 parent c2d7009 commit eb63ec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ android {
99
compileSdk = 36
1010
buildToolsVersion = "36.1.0"
1111
androidResources.enable = false
12+
enableKotlin = false
1213

1314
defaultConfig {
1415
minSdk = 26

0 commit comments

Comments
 (0)