What is the easiest way to build a pet project I h...
# random
y
What is the easiest way to build a pet project I had for android using Kotlin 0.12M? Android studio can't handle it. Just want to show it to some friends 🙂
l
@yoavst Upgrading the dependencies to Kotlin 1.0.something or Kotlin 1.1.61 if it works?
y
Had a lot of build errors 😥
l
@yoavst You can probably fix them. First, check gradle wrapper version, then nullability issues, and removed language features if any. BTW, you should be able to build without changing any version from command line with gradle. For example,
./gradlew installDebug