Skip to content

issues Search Results · repo:tschuchortdev/kotlin-compile-testing language:Kotlin

Filter by

88 results
 (69 ms)

88 results

intschuchortdev/kotlin-compile-testing (press backspace or delete to remove)

I m facing the following error when running a test against Kotlin 2.0.10-RC2: java.lang.NoSuchFieldError: DEFAULT at com.tschuchort.compiletesting.KotlinCompilation. init (KotlinCompilation.kt:143) ...
  • technoir42
  • 4
  • Opened 
    on Jul 30, 2024
  • #411

When running with kspWithCompilation, I get an Unresolved reference error for everything imported from the original source files. As they don t belong to the source code they are located in the resources ...
  • timvahlbrock
  • 1
  • Opened 
    on Jul 17, 2024
  • #410

I have updated the library version from 1.4.9 to 1.6.0, along with updates to Kotlin and KSP versions: Kotlin version: 1.7.0 - 1.9.24 KSP version: 1.7.0-1.0.6 - 1.9.24-1.0.20 Issue After these updates, ...
  • jayasuryat
  • 1
  • Opened 
    on Jul 1, 2024
  • #408

Getting the following error when trying to compile code which contains Serializable annotation, attaching sample code, error and runtime info below. Any ideas what could be causing this ? Sample Code ...
  • someshkoli
  • 2
  • Opened 
    on Jun 28, 2024
  • #406

Hello! First of all, thank you for such useful library! I use it to test my Kotlin Object Multiplatform Mapper. However, after I added plugin support I didn t find a way, how to add mocked plugin inctance ...
  • Scogun
  • 2
  • Opened 
    on Apr 20, 2024
  • #396

image this return false lead to getSymbolsWithAnnotation return null annotationType.resolveToUnderlying() return ERROR TYPE What is the reason for this? The AS Rebuild Project does not make this error ...
  • Mao0509
  • 2
  • Opened 
    on Jan 3, 2024
  • #395

1.9.20-Beta appears to remove the setUseIR function, so tests crash at runtime. void org.jetbrains.kotlin.cli.common.arguments.K2JVMCompilerArguments.setUseIR(boolean) java.lang.NoSuchMethodError: ...
  • drewhamilton
  • 12
  • Opened 
    on Sep 12, 2023
  • #390

Hi! 🙂 Not sure if this is actually an issue with the library or if I have a version conflict among dependencies in my project. I see this error when I run my tests: Exception on loading scripting plugin: ...
  • soygabimoreno
  • 1
  • Opened 
    on Sep 5, 2023
  • #389

For future work it might be helpful to split the library between JS and JVM. This would allow to update them independently (and therefore faster) when a new kotlin version is released. Background: I ...
  • mcarleio
  • Opened 
    on Jul 30, 2023
  • #386

I m trying to write an annotation processor which imports java.lang.foreign.MemorySegment from the Panama API s. My config is: val result = KotlinCompilation().apply { sources = listOf(javaSource, ...
  • GavinRay97
  • 3
  • Opened 
    on Jul 29, 2023
  • #385
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub