alex.hart
05/30/2017, 4:41 PMalex.hart
05/30/2017, 4:43 PMUnable to find method 'com.android.build.gradle.internal.variant.BaseVariantData.getOutputs()Ljava/util/List;'. Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
nitrog42
05/30/2017, 5:10 PMwasyl
05/30/2017, 5:31 PM./gradlew --stop
janvladimirmostert
05/31/2017, 9:49 AM// language=Hibernate QL
val hql = "SELECT o FROM Tag AS o WHERE o.company=:company"
The above doesn’t do any highlightingjanvladimirmostert
05/31/2017, 9:56 AMcodeprogression
05/31/2017, 3:16 PMkaptKotlin
on the java module. I would expect that Android Studio would show compile warning in the interface. Is this not a valid expectation?Dmitry Kandalov
05/31/2017, 6:05 PMgaetan
05/31/2017, 9:25 PMgaetan
05/31/2017, 9:25 PMmoehritz
05/31/2017, 11:46 PMWarning:Kotlin: Classpath entry points to a non-existent location: C:\Users\moritz\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\162.2228.15\plugins\Kotlin\kotlinc\lib\kotlin-runtime.jar
My current version is Build #IU-171.4424.56
, and the 162.2228.15
folder in Toolbox/apps/IDEA-U/ch-0 does not exist anymore. Does anyone know how to update this reference?
(the "Kotlin java Runtime"-Library in the Project structure points to C:\Users\moritz\.IntelliJIdea2017.1\config\plugins\Kotlin\kotlinc\lib\kotlin-reflect.jar
, why isn't this used when compiling?)sigurdsa
06/01/2017, 9:35 AMmoehritz
06/01/2017, 10:05 AMchristophsturm
06/02/2017, 9:08 AMchristophsturm
06/02/2017, 9:11 AMkotlin missing from structural search file types▾
christophsturm
06/02/2017, 9:16 AMevanchooly
06/02/2017, 5:08 PMKtExpression
is there any way to determine the type of that expression? (I know this is really random and maybe not the place to ask)yole
06/02/2017, 5:08 PMevanchooly
06/02/2017, 5:09 PMorangy
evanchooly
06/02/2017, 5:17 PMorangy
evanchooly
06/02/2017, 5:19 PMtrevjones
06/02/2017, 9:10 PMScreen Shot 2017-06-02 at 3.08.16 PM.png▾
trevjones
06/02/2017, 9:10 PMtrevjones
06/02/2017, 9:10 PMPasted image at 2017-06-02, 3:10 PM▾
miha-x64
06/05/2017, 10:13 AMankoView(::CardView, 0, init)
was replaced with ankoView(android.support.v7.widget::CardView, 0, init)
. Is it known issue?jk
06/05/2017, 10:23 AMjk
06/05/2017, 10:23 AMmiha-x64
06/05/2017, 10:27 AM