bjonnh
04/22/2020, 12:14 AMbjonnh
04/22/2020, 12:15 AMtr {
td { +"Smiles" }
td { +molecule.smiles }
}
This is the kind of block I add molecule.smiles is a Stringbjonnh
04/22/2020, 12:15 AMbjonnh
04/22/2020, 12:16 AMbjonnh
04/22/2020, 12:18 AMbjonnh
04/22/2020, 12:23 AMbjonnh
04/22/2020, 12:23 AMbjonnh
04/22/2020, 12:30 AMbjonnh
04/22/2020, 12:35 AMmikhail.zarechenskiy
04/22/2020, 8:32 AMHow can I disable the new inference engine in gradle?You can add
-XXLanguage:-NewInference
free compiler key to your build.gradle
compileKotlin {
kotlinOptions {
freeCompilerArgs += ["-XXLanguage:-NewInference"]
}
}
mikhail.zarechenskiy
04/22/2020, 8:34 AMI can share the project privately if that can help finding why the compiler hangs on such simple codeYes, please 🙏 You can add some files that will be visible only for you and us in YouTrack, see https://www.jetbrains.com/help/youtrack/incloud/Set-Visibility-of-Issue-or-Comment.html#visibility-attachments
bjonnh
04/22/2020, 3:06 PMbjonnh
04/22/2020, 3:06 PMbjonnh
04/22/2020, 3:07 PMbjonnh
04/22/2020, 3:08 PMbjonnh
04/22/2020, 3:22 PMilya.chernikov
04/23/2020, 3:28 PMkotlinx-html
0.7.1, and not reproducible with older versions, e.g. 0.6.11. So while we're investigating it, maybe you can use the older version.bjonnh
04/23/2020, 3:32 PMilya.chernikov
04/23/2020, 3:33 PMMrPowerGamerBR
05/10/2020, 11:42 PMbjonnh
05/11/2020, 7:57 PMbjonnh
05/11/2020, 7:57 PMbjonnh
05/11/2020, 7:58 PM-Xno-inline
solve temporarily the issuebjonnh
05/11/2020, 7:58 PM