File tree Expand file tree Collapse file tree 6 files changed +18
-20
lines changed Expand file tree Collapse file tree 6 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 1616
1717import com.skydoves.tranformationlayout.Configuration
1818
19- @Suppress(" DSL_SCOPE_VIOLATION" )
2019plugins {
2120 id(libs.plugins.android.application.get().pluginId)
2221 id(libs.plugins.kotlin.android.get().pluginId)
Original file line number Diff line number Diff line change 11import com.skydoves.tranformationlayout.Configuration
22import com.android.build.api.dsl.ManagedVirtualDevice
33
4- @Suppress(" DSL_SCOPE_VIOLATION" ) // TODO: Remove once KTIJ-19369 is fixed
54plugins {
65 alias(libs.plugins.android.test)
76 alias(libs.plugins.kotlin.android)
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- @Suppress(" DSL_SCOPE_VIOLATION" )
1615plugins {
1716 alias(libs.plugins.android.application) apply false
1817 alias(libs.plugins.android.library) apply false
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.7.3 "
2+ agp = " 8.12.0 "
33dokka = " 2.0.0"
4- nexusPlugin = " 0.30 .0"
5- kotlin = " 2.1.0 "
6- kotlinBinaryCompatibility = " 0.17.0 "
4+ nexusPlugin = " 0.34 .0"
5+ kotlin = " 2.2.10 "
6+ kotlinBinaryCompatibility = " 0.18.1 "
77jvmTarget = " 11"
8- androidxMaterial = " 1.13.0-alpha09 "
9- constraintLayout = " 2.2.0 "
8+ androidxMaterial = " 1.13.0-rc01 "
9+ constraintLayout = " 2.2.1 "
1010glide = " 4.16.0"
1111spotless = " 6.21.0"
12- junit = " 1.2 .0"
13- espresso-core = " 3.5.1 "
12+ junit = " 1.3 .0"
13+ espresso-core = " 3.7.0 "
1414uiautomator = " 2.3.0"
15- benchmark-macro-junit4 = " 1.2.4 "
16- androidx-baselineprofile = " 1.3.3 "
15+ benchmark-macro-junit4 = " 1.4.0 "
16+ androidx-baselineprofile = " 1.4.0 "
1717profileinstaller = " 1.4.1"
18- androidxMacroBenchmark = " 1.3.3 "
19- androidxTest = " 1.6 .0"
18+ androidxMacroBenchmark = " 1.4.0 "
19+ androidxTest = " 1.7 .0"
2020baselineProfiles = " 1.4.1"
2121uiAutomator = " 2.3.0"
2222
Original file line number Diff line number Diff line change 11# Fri Jan 03 23:23:48 KST 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1616
1717import com.skydoves.tranformationlayout.Configuration
1818
19- @Suppress(" DSL_SCOPE_VIOLATION" )
2019plugins {
2120 id(libs.plugins.android.library.get().pluginId)
2221 id(libs.plugins.kotlin.android.get().pluginId)
@@ -76,9 +75,11 @@ baselineProfile {
7675}
7776
7877tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > {
79- kotlinOptions.freeCompilerArgs + = listOf (
80- " -Xexplicit-api=strict"
81- )
78+ compilerOptions {
79+ freeCompilerArgs.addAll(
80+ " -Xexplicit-api=strict"
81+ )
82+ }
8283}
8384
8485dependencies {
You can’t perform that action at this time.
0 commit comments