groostav
10/08/2019, 7:48 PM...error: overload resolution ambiguity:
[javac] @InlineOnly public inline fun Double.isInfinite(): Boolean defined in kotlin
[javac] @InlineOnly public inline fun Double.isInfinite(): Boolean defined in kotlin
when I build from ant, but my classpath looks OK. Is there any way I can get kotlinc
to tell me where its getting these two functions from?karelpeeters
10/08/2019, 7:55 PMgroostav
10/08/2019, 8:20 PMilya.gorbunov
10/08/2019, 10:56 PMkotlinc
from CLI and passing kotlin-stdlib on classpath, use also -no-stdlib
switch to avoid adding the bundled stdlib to classpath.groostav
10/10/2019, 12:41 AM<withKotlin>
, so I presume thats a <compilerarg value="-no-stdlib"/>
?