rkeazor
05/08/2018, 12:28 PMjosephivie
05/08/2018, 7:43 PMMyClass::class.full
. Any suggestions/requests/interest?josephivie
05/09/2018, 5:47 PMdrofwarcs
05/10/2018, 9:46 PMnapperley
05/10/2018, 11:34 PMalbertgao
05/14/2018, 12:08 AMexpectedBy
from kotlin-platform-android'
seems to cause warning: Warning:Configuration ‘compile’ is obsolete and has been replaced with ‘implementation’ and ‘api’.
It will be removed at the end of 2018. For more information see: <http://d.android.com/r/tools/update-dependency-configurations.html>
Even though I don’t know which line causes the trouble, but this is the only possible line. Anyway to fix this? Or maybe from other dependencies…robstoll
05/15/2018, 6:31 AMpatjackson52
05/17/2018, 2:10 PMbissell
05/20/2018, 6:46 AMkotlin.test
unit tests in a common module to run in IDEA? The green arrows show up and seem clickable, but when I click them I get an error No JDK specified
. If I change the common module's SDK to the JDK they will run, but this gets overwritten on any Gradle reimport. Will attach some details in a thread.yusuf3000
05/24/2018, 11:40 AMyusuf3000
05/24/2018, 12:30 PMfabianterhorst
05/29/2018, 4:25 PMagrosner
05/29/2018, 4:46 PMactual
implementation that differ based on each platformmarkusa
05/30/2018, 3:06 PMkotlin-test
as an implementation
dependency in a common module?
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-common:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-test-common:$kotlin_version"
}
IntelliJ raises no error when using e.g. assertEquals
, but Gradle says
Unresolved reference: test
Unresolved reference: assertEquals
etc, where the first error is on the import statement for kotlin.test.*
selva
06/01/2018, 2:33 PMjw
06/04/2018, 8:12 PMrr/kotlinx.serialization
branch of the kotlin repo?lex
06/05/2018, 5:04 AMjosephivie
06/12/2018, 3:39 AMthevery
06/17/2018, 12:30 AMgalex
06/17/2018, 7:42 PMgalex
06/20/2018, 7:35 PMkpgalligan
06/22/2018, 3:16 PMlouiscad
06/22/2018, 5:14 PMgalex
06/23/2018, 1:53 PMrobstoll
06/23/2018, 6:37 PMgalex
06/25/2018, 11:26 AMjuliocbcotta
06/26/2018, 12:08 AMjdemeulenaere
06/27/2018, 12:34 PMRuckus
06/29/2018, 7:42 PMEdouard Goossens
07/03/2018, 9:32 PMEdouard Goossens
07/03/2018, 9:32 PMkrtko
07/06/2018, 5:04 AM