tateisu
01/23/2019, 8:22 PMLeoColman
01/23/2019, 11:24 PMpniederw
01/24/2019, 1:12 AMkotlin-stdlib-jdk8:modular
will bring in non-modular stdlib-jdk7
and non-modular stdlib
.pniederw
01/24/2019, 1:16 AM-modular
to the artifact ID s.t. modular versions have their own POMs stating the correct dependencies.egorand
01/24/2019, 5:50 AMSandy
09/26/2019, 5:08 PMIaroslav Postovalov
09/27/2019, 10:45 AMChris Cunningham
09/29/2019, 4:06 AMChris Cunningham
09/29/2019, 4:15 AMSomeCat
09/30/2019, 6:26 AMRick Pendrick
09/30/2019, 12:10 PMXQDD
10/03/2019, 10:35 AMuser
10/03/2019, 11:30 AMhttps://pbs.twimg.com/media/EF81WNFUYAABxm0.png▾
kushalp
10/03/2019, 3:24 PMdata class
from an Avro schema?Eugen Martynov
10/04/2019, 4:19 PMuser
10/07/2019, 6:01 AMSergio C.
10/07/2019, 10:58 AMFatal Exception: java.lang.IndexOutOfBoundsException
Empty list doesn't contain element at index 0.
with getStocksData(spinnerData?.get(0)?.codigo ?: 0)
karelpeeters
10/07/2019, 10:58 AMgetOrNull(0)
?Paul Woitaschek
10/09/2019, 9:21 AMraj
10/09/2019, 5:13 PMstandinga
10/09/2019, 10:39 PMstandinga
10/09/2019, 10:40 PMCRamsan
10/10/2019, 2:43 AMkotlin {
jvm("jvm") {
dependencies {
implementation platform("software.amazon.awssdk:bom:2.5.29")
implementation "software.amazon.awssdk:dynamodb"
}
}
And I can see the jar in my gradle cache but it is not found in my project. I assume it was not added to the buildpath. Does someone have suggestion onto how to proceed.Cass
10/11/2019, 4:39 AMMani
10/11/2019, 9:26 AMPaul Woitaschek
10/11/2019, 11:58 AMThis build uses unsafe internal compiler arguments
paulex
10/11/2019, 2:07 PM