diesieben07
06/14/2020, 2:57 PMgradlew install
. Now I can see all the artifacts in my local maven repository. When trying to do a gradle build referencing the snapshot artifacts in my local maven repo I get the following error: Built-in class kotlin.Enum is not found. My build.gradle.kts and settings.gradle.kts.
Any advice?turansky
06/14/2020, 3:32 PMturansky
06/14/2020, 3:33 PMdiesieben07
06/14/2020, 3:33 PMdiesieben07
06/14/2020, 3:34 PMinstall
does not install the IR artifacts for the stdlib? Because if I explicitly add dependency on `1.4-M2`of the stdlib it does workturansky
06/14/2020, 4:05 PMgradle.properties
<http://include.stdlib.js.ir|include.stdlib.js.ir>=true
turansky
06/14/2020, 4:06 PMclean
before install
turansky
06/14/2020, 4:08 PM--parallel
for install
turansky
06/14/2020, 4:08 PMdiesieben07
06/14/2020, 4:14 PM