Kotlin Gradle plugin - Remove assertions from integration tests

This is because AGP 3.4 and 3.6 have version of R8 that is unable
to handle kotlin-stdlib 1.6+. Issue https://issuetracker.google.com/148661132
has more details on this.

Instead of adding logic to remove assertions based on the AGP version,
this change fully removes them to keep things simple. Also, running with
assertions enabled may be too much for the integration tests.
This commit is contained in:
Ivan Gavrilovic
2021-10-29 17:46:08 +01:00
committed by Yahor Berdnikau
parent 360d67410d
commit 4d208b529d
5 changed files with 5 additions and 5 deletions
@@ -1,2 +1,2 @@
org.gradle.jvmargs=-ea -XX:MaxPermSize=512m
org.gradle.jvmargs=-XX:MaxPermSize=512m
kapt.info.as.warnings=true
@@ -1 +1 @@
org.gradle.jvmargs=-ea -XX:MaxPermSize=512m
org.gradle.jvmargs=-XX:MaxPermSize=512m
@@ -1 +1 @@
org.gradle.jvmargs=-ea -XX:MaxPermSize=512m
org.gradle.jvmargs=-XX:MaxPermSize=512m
@@ -1 +1 @@
org.gradle.jvmargs=-ea -XX:MaxPermSize=512m
org.gradle.jvmargs=-XX:MaxPermSize=512m
@@ -1 +1 @@
org.gradle.jvmargs=-ea -XX:MaxPermSize=512m
org.gradle.jvmargs=-XX:MaxPermSize=512m