Hello guys… can you help me with this, I have deci...
# android
s
Hello guys… can you help me with this, I have decided to use kotlin to develop a part of an App we are making. Problem is I can’t seem to run the App after I added Kotlin’s setup, I keep getting on this error: Caused by: java.lang.OutOfMemoryError: PermGen space… … at org.jetbrains.kotlin.resolve.calls.tower.NewResolveOldInference$Context.createCandidate(NewResolveOldInference.kt:236) … I did some searching and updated org.gradle.jvmargs=-Xmx3072m… but no luck. Can anyone help or point me in the right direction please...