Skip to content
Snippets Groups Projects
Verified Commit 408e30a0 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improve kotlin compiler configuration

parent b13f8ac7
No related branches found
No related tags found
1 merge request!2Draft: Jetpack compose rewrite
Pipeline #567 failed
......@@ -17,6 +17,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import org.jetbrains.kotlin.gradle.dsl.KotlinAndroidProjectExtension
import org.jetbrains.kotlin.gradle.plugin.KaptExtension
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript {
......@@ -51,7 +53,7 @@ allprojects {
kotlinOptions {
freeCompilerArgs = listOf(
"-Xinline-classes",
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"
"-Xopt-in=kotlin.ExperimentalUnsignedTypes"
)
jvmTarget = "1.8"
useIR = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment