PR typo fix

This commit is contained in:
Anuken 2021-04-03 11:42:47 -04:00
parent ef49a16c9e
commit 4fec3bfcf9

View File

@ -1,7 +1,7 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
# Don't recompute annotations if sources haven't been changed
kapt.incremantal.apt = true
kapt.incremental.apt = true
# Multithreaded
kapt.use.worker.api=true
# Compilation avoidance (see https://kotlinlang.org/docs/kapt.html#compile-avoidance-for-kapt-since-1-3-20)