Zach Klippenstein (he/him) [MOD]
04/30/2020, 5:22 AMRuntime JAR files in the classpath have the version 1.3, which is older than the API version 1.4. Consider using the runtime of version 1.4
. These go away if I add the apiVersion = "1.3"
configuration for my KotlinCompile
tasks, and the code runs fine. Are these warnings expected? Should we be using Kotlin 1.4-M1 to use Compose now?Leland Richardson [G]
04/30/2020, 6:17 AMZach Klippenstein (he/him) [MOD]
04/30/2020, 6:39 AM