Skip to content

Commit 9286bcb

Browse files
author
“yashwantgowla-simform”
committed
Feature: Sonarqube Integration
Lint issues resolved
1 parent 3172ed9 commit 9286bcb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ android {
4141
}
4242
kotlinOptions {
4343
jvmTarget = '17'
44-
useIR = true
4544
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
4645
}
4746
buildFeatures {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
kotlin_gradle_version = '1.6.21'
5-
kotlin_stdlib_version = '1.6.21'
4+
kotlin_gradle_version = '1.7.20'
5+
kotlin_stdlib_version = '1.7.20'
66
compose_version = '1.2.0-beta03'
77
activity_version = '1.4.0'
88
constraint_compose_version = '1.0.1'

0 commit comments

Comments
 (0)